diff options
author | Ionică Bizău <bizauionica@gmail.com> | 2016-05-16 17:59:37 +0300 |
---|---|---|
committer | Ionică Bizău <bizauionica@gmail.com> | 2016-05-16 17:59:37 +0300 |
commit | 1f6f841fcb189d7dd0a7058b40e8dbb2b0262069 (patch) | |
tree | 480c8dca0d44e62762c02af03682a5934e7d456a | |
parent | 99960c0dc554d9a299350e706991b1b10babb730 (diff) | |
download | plyr-1f6f841fcb189d7dd0a7058b40e8dbb2b0262069.tar.lz plyr-1f6f841fcb189d7dd0a7058b40e8dbb2b0262069.tar.xz plyr-1f6f841fcb189d7dd0a7058b40e8dbb2b0262069.zip |
Removed "Node Package Manager" in readme.md
`npm` does not stand for "Node Package Manager" because `npm` is not an acronym. It is a bacronymic abbreviation for "npm is not an acronym".
https://www.quora.com/I-keep-hearing-NPM-doesnt-stand-for-Node-Package-Manager-what-does-it-stand-for
-rw-r--r-- | readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ``` |