Skip to content

Commit bd1f7bb

Browse files
committed
Improve readme
1 parent 348e4de commit bd1f7bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ node ./scripts/xxxx.js
1212

1313
### Writting scripts with zx
1414

15-
[zx](https://github.com/google/zx) is a wonderful tool for writting script using JavaScript.
15+
[zx](https://github.com/google/zx) is a wonderful tool for writting scripts using JavaScript.
1616

17-
There are many [ways](https://github.com/google/zx#documentation) to use zx. The way I recommended is import globals explicitly.
17+
There are many [ways](https://github.com/google/zx#documentation) to use zx. The way we recommended is import globals explicitly.
1818

1919
```js
2020
import "zx/globals";

0 commit comments

Comments
 (0)