From 0888e80e7b9449f6a08ea3a3e2a45934896ca97c Mon Sep 17 00:00:00 2001 From: Vincent LE GOFF Date: Tue, 29 Oct 2019 13:33:33 +0100 Subject: [PATCH] Delete bower install from README.md (#725) As Bower is deprecated a long time ago: https://bower.io/blog/2017/how-to-migrate-away-from-bower/ It does't make sense to mention it in the readme. --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 331b648ca..1ce26d2ef 100644 --- a/README.md +++ b/README.md @@ -29,11 +29,6 @@ You can get Mustache via [npm](http://npmjs.com). ```bash $ npm install mustache --save ``` -or install with bower: - -```bash -$ bower install --save mustache -``` ## Command line tool