From bafafa22206ea6369a5045dd7403cc02afe75b9c Mon Sep 17 00:00:00 2001 From: Josh Johnson Date: Tue, 8 Nov 2016 09:51:56 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ddc9be..8aa6e5a 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,11 @@ A vanilla, lightweight (~15kb gzipped 🎉), configurable select box/text input ## Installation With [NPM](https://www.npmjs.com/package/choices.js): -```bash +```zsh npm install choices.js --save ``` With [Bower](https://bower.io/): -```bash +```zsh bower install choices.js --save ``` Or include Choices directly: