Editing-Tips.md
... ...
@@ -13,13 +13,13 @@ Place 1 or more hash characters # on a new line followed by a space before the t
13 13
14 14
### Bulleted (unnumbered) Lists
15 15
16
-Place a colon : on the end of the sentence before the bullets start. Place an asterix * or - at the start of a new line followed by a space before the astrix. Add 1 or more spaces before the asterix to indent the list.
16
+Place a colon : on the end of the sentence before the bullets start. Place an asterix * at the start of a new line followed by a space before the text. Add 1 space before the asterix to indent the list.
17 17
18 18
For example:
19
- - this is a bullet list item
20
- * this is a second level bullet item
21
- * and another
22
- - and back to level 1
19
+* this is a bullet list item
20
+ * this is a second level bullet item
21
+ * and another
22
+* and back to level 1
23 23
24 24
### Emphasis
25 25