Commit a519c38

Owen Buckley <owenbuckley13@gmail.com>
2021-05-06 23:20:57
minor grammar fix
1 parent a529957
Changed files (1)
README.md
@@ -19,7 +19,7 @@ await $`ssh medv.io uptime`
 
 Bash is great, but when it comes to writing scripts, 
 people usually choose a more convenient programming languages.
-JavaScript is a perfect choose, but standard Node.js library 
+JavaScript is a perfect choice, but standard Node.js library 
 requires additional hassle before using. `zx` package provides
 useful wrappers around `child_process` and gives sensible defaults.