From 9a5974120b5f0c6e727a75a7593550166466104a Mon Sep 17 00:00:00 2001 From: Jack Reed Date: Mon, 2 Apr 2018 14:43:37 -0600 Subject: [PATCH] Readme should reference npm install not bower --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 800b2bc..fdda0a4 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,10 @@ Leaflet Versions | Leaflet-IIIF Versions - [Demo using the IIIF Image API](http://mejackreed.github.io/Leaflet-IIIF/examples/example.html) - [Demo parsing a IIIF manifest](http://mejackreed.github.io/Leaflet-IIIF/examples/manifest.html) -### Install with Bower +### Install with NPM ``` -$ bower install leaflet-iiif +$ npm install leaflet-iiif --save ``` ### Quick and easy to get going.