From 1eceed0cd4abadf0abfa4020580a026224332e40 Mon Sep 17 00:00:00 2001 From: Maximilian Hoffmann Date: Mon, 11 Aug 2014 14:03:32 +0200 Subject: [PATCH] fix npm install info in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d6ee07..0be1ac1 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This facade wraps the [brightcove smart player api](http://docs.brightcove.com/e Until the library is published on `npm` you can install it via the github url scheme. ```bash -npm install edenspiekermann/brightcove-wrapper --save +npm install edenspiekermann/bright --save ```