diff options
author | Wagner Souza <wagh.cwb@gmail.com> | 2018-06-25 10:55:18 -0300 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-06-25 15:55:18 +0200 |
commit | a180a4e4fd4d47f7a45db0d3fb66d3df4bfb6749 (patch) | |
tree | dfb5501fdbb1ca7090fd5953990fee17b5d13f52 | |
parent | d023bed17fb5c33d5090b75583dfcb3647993707 (diff) | |
download | svg.js-a180a4e4fd4d47f7a45db0d3fb66d3df4bfb6749.tar.gz svg.js-a180a4e4fd4d47f7a45db0d3fb66d3df4bfb6749.zip |
Adds yarn installation instructions (#874)
* Adds yarn installation instructions
* Sorts package manager list position
-rw-r--r-- | README.md | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -11,14 +11,22 @@ SVG.js is licensed under the terms of the MIT License. ## Installation -#### Bower: - -`bower install svg.js` #### Node: `npm install svg.js` + +#### Yarn: + +`yarn add svg.js` + + +#### Bower: + +`bower install svg.js` + + #### Cdnjs: [https://cdnjs.com/libraries/svg.js](https://cdnjs.com/libraries/svg.js) |