Skip to content

Commit 326d17d

Browse files
authored
Fix bullet-point numbering on Development.md.
While I'm fairly sure that `0.` bullet points were always changed to correctly-ordered lists in the past on GitHub, however this no longer seems to be the case now and the first bullet-pointed number actually matters (the subsequent points do not and can be zeroes)
1 parent d03b352 commit 326d17d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ As the first suggestion to the reader of this document: If, during the course of
99
If you want to run on the bleeding edge, or [help contribute to Meteor](Contributing.md), you
1010
can run Meteor directly from a Git checkout using these steps:
1111

12-
0. **Clone from GitHub**
12+
1. **Clone from GitHub**
1313

1414
```sh
1515
$ git clone --recursive https://github.com/meteor/meteor.git

0 commit comments

Comments
 (0)