Skip to content

Commit e0de352

Browse files
Fix typos in README.md
1 parent 3796d59 commit e0de352

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Press the green button saying "Use this template".
1111
## Quickstart
1212

1313
1. `npm install`
14-
2. Customize the package.json file with the information about your project. Don't forget to change the license if you don't want MIT! Once a license is choosed it is hard to (legally) change it
14+
2. Customize the package.json file with the information about your project. Don't forget to change the license if you don't want MIT! Once a license is chosen it is hard to (legally) change it
1515
3. Replace the code from src/ with your code
16-
4. Add the files you want to delete after the build (if there are any) in rollup.config.js. Istead of deleting them you can just add to .gitignore
17-
5. Run `npm publish` and wait people to use your library
16+
4. Add the files you want to delete after the build (if there are any) in rollup.config.js. Instead of deleting them, you can just add them to .gitignore
17+
5. Run `npm publish` and wait for people to use your library

0 commit comments

Comments
 (0)