Skip to content

Commit 916e05c

Browse files
committed
fixed README
1 parent d5c1c88 commit 916e05c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ Tokenizer.stringify(expected) // === input
4949

5050
```
5151
npm install
52-
npm build
5352
npm test
5453
```
5554

@@ -60,8 +59,8 @@ npm test
6059

6160
## Development
6261

63-
- `npm watch` will watch `src` for changes and rebuild
64-
- `npm autotest` will watch `src` and `test` for changes and retest
62+
- `npm watch` will watch `lib` for changes and rebuild
63+
- `npm autotest` will watch `lib` and `test` for changes and retest
6564

6665
## License
6766

0 commit comments

Comments
 (0)