From 5204dd65f7d96645bc422b3dcb3875c8c80136c7 Mon Sep 17 00:00:00 2001 From: Benny Neugebauer Date: Thu, 11 Jan 2018 17:40:26 +0100 Subject: [PATCH] docs: Fix typo (#166) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c154115..1471a74 100755 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ The `cross-env` module exposes two bins: `cross-env` and `cross-env-shell`. The first one executes commands using [`cross-spawn`][cross-spawn], while the second one uses the `shell` option from Node's `spawn`. -The main use case for `cross-env-shell` is when your need an environment +The main use case for `cross-env-shell` is when you need an environment variable to be set across an entire inline shell script, rather than just one command.