Commit 5e10a11

matt-fidd <81489167+matt-fidd@users.noreply.github.com>
2021-05-22 17:11:43
Fix typo in README (#101) tag: 1.9.0
Quick fix for a typo I noticed in the README Co-authored-by: Anton Medvedev <antonmedv@google.com>
1 parent cce2624
Changed files (1)
README.md
@@ -275,7 +275,7 @@ await $`date`
 ### Scripts without extensions
 
 If script does not have a file extension (like `.git/hooks/pre-commit`), zx
-assumes what it is a [ESM](https://nodejs.org/api/modules.html#modules_module_createrequire_filename)
+assumes that it is an [ESM](https://nodejs.org/api/modules.html#modules_module_createrequire_filename)
 module.
 
 ### Markdown scripts