git-truck 0.9.0 → 0.9.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -14,7 +14,7 @@ To use Git Truck, you will need to have the following programs installed:
14
14
  - npm 6.14 or newer
15
15
  - [git](https://git-scm.com/downloads) 2.29 or newer
16
16
 
17
- To check if these programs are installed, and what version you have, run `node --version`, `npm --version` and `git --version`. If any of these are not install on your system, or are just very old, they can be installed from the links above. Note that `npm` is installed along with `node`.
17
+ To check if these programs are installed, and what version you have, run `node --version`, `npm --version` and `git --version`. If any of these are not installed on your system, or are just very old, they can be installed from the links above. Note that `npm` is installed along with `node`.
18
18
 
19
19
  ## [Get started](#get-started)
20
20