Commit 9a1a743

Eldad Bercovici <dutzi.b@gmail.com>
2021-05-13 13:32:46
Update README.md (#71)
1 parent de6e0e2
Changed files (1)
README.md
@@ -203,7 +203,7 @@ In verbose mode prints executed commands with outputs of it. Same as
 ### `__filename` & `__dirname`
 
 In [ESM](https://nodejs.org/api/esm.html) modules, Node.js does not provide
-`__filename` and `__dirname` globals. As such globals really handy in scripts,
+`__filename` and `__dirname` globals. As such globals are really handy in scripts,
 `zx` provides such globals, so they can be used in `.mjs` files (via using `zx`
 binary).