Commit 51e8994

Owen Buckley <owenbuckley13@gmail.com>
2021-05-06 23:22:13
minor grammar fix
1 parent a519c38
Changed files (1)
README.md
@@ -32,7 +32,7 @@ npm i -g zx
 ## Documentation
 
 Write your scripts in a file with `.mjs` extension in order to 
-be able to use `await` on top level. In you prefer `.js` extension,
+be able to use `await` on top level. If you prefer `.js` extension,
 wrap your script in something like `void async function () {...}()`.
 
 Add next shebang at the beginning of your script: