Commit a519c38
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.