1
0
Fork 0

Fix numbering in README

pull/6/head
Jonathan Clem 2019-04-22 12:02:40 -04:00
parent 2458937442
commit 1073897ccb
No known key found for this signature in database
GPG Key ID: 48C5B22E9FD6E80F
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ $ npm run create-package new-package
This will ask you some questions about the new package. Start with `0.0.0` as the first version (look generally at some of the other packages for how the package.json is structured). This will ask you some questions about the new package. Start with `0.0.0` as the first version (look generally at some of the other packages for how the package.json is structured).
1. Add `tsc` script to the new package's package.json file: 2. Add `tsc` script to the new package's package.json file:
```json ```json
"scripts": { "scripts": {
@ -41,4 +41,4 @@ This will ask you some questions about the new package. Start with `0.0.0` as th
} }
``` ```
1. Start developing 😄 and open a pull request. 3. Start developing 😄 and open a pull request.