diff --git a/README.md b/README.md index 6d6ba139..0ab3b41b 100644 --- a/README.md +++ b/README.md @@ -91,9 +91,11 @@ strict-ssl=true ### Skip Pact binary downloading -You can also force Pact to skip the installation of the binary application by -setting `PACT_SKIP_BINARY_INSTALL=true`. This could be useful if you want to prevent -Pact from downloading the Pact binary at the time of `npm install`. +You can also force Pact to skip the installation of the binary during `npm install` by +setting `PACT_SKIP_BINARY_INSTALL=true`.This feature is useful if you want to speed up +builds that don't need Pact and don't want to modify your projects dependencies. + +Note that pact-node will not be functional without the binary. ```bash PACT_SKIP_BINARY_INSTALL=true npm install