aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Potts <sam@selz.com>2016-05-17 08:30:25 +1000
committerSam Potts <sam@selz.com>2016-05-17 08:30:25 +1000
commitc830af492c1ea99f070dda44672ee7794baa6516 (patch)
tree480c8dca0d44e62762c02af03682a5934e7d456a
parent99960c0dc554d9a299350e706991b1b10babb730 (diff)
parent1f6f841fcb189d7dd0a7058b40e8dbb2b0262069 (diff)
downloadplyr-c830af492c1ea99f070dda44672ee7794baa6516.tar.lz
plyr-c830af492c1ea99f070dda44672ee7794baa6516.tar.xz
plyr-c830af492c1ea99f070dda44672ee7794baa6516.zip
Merge pull request #216 from IonicaBizauKitchen/fix
Removed "Node Package Manager" in readme.md
-rw-r--r--readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 00be212b..4f929033 100644
--- a/readme.md
+++ b/readme.md
@@ -42,9 +42,9 @@ Check `docs/index.html` and `docs/dist/docs.js` for an example setup.
**Heads up:** the example `index.html` file needs to be served from a webserver (such as Apache, Nginx, IIS or similar) unless you change the file sources to include http or https. e.g. change `//cdn.plyr.io/1.6.11/plyr.js` to `https://cdn.plyr.io/1.6.11/plyr.js`
-### Node Package Manager (NPM)
+### `npm`
-Using NPM, you can grab Plyr:
+Using `npm`, you can grab Plyr:
```
npm install plyr
```