From 8066ad7e651c555c468e209c698654f861b0e75e Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Mon, 22 Aug 2016 00:09:05 -0700 Subject: [PATCH] Rename bash to shell. [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6159df3e..69a2c359a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ The [Lodash](https://lodash.com/) library exported as a [UMD](https://github.com/umdjs/umd) module. Generated using [lodash-cli](https://www.npmjs.com/package/lodash-cli): -```bash +```shell $ npm run build $ lodash -o ./dist/lodash.js $ lodash core -o ./dist/lodash.core.js