Commit 9a1a743
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).