From 1073897ccb34b289ceff62d78b986ab86cd8135c Mon Sep 17 00:00:00 2001 From: Jonathan Clem Date: Mon, 22 Apr 2019 12:02:40 -0400 Subject: [PATCH] Fix numbering in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 413077d2..2d52ce59 100644 --- a/README.md +++ b/README.md @@ -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). -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 "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.