aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWagner Souza <wagh.cwb@gmail.com>2018-06-25 10:55:18 -0300
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2018-06-25 15:55:18 +0200
commita180a4e4fd4d47f7a45db0d3fb66d3df4bfb6749 (patch)
treedfb5501fdbb1ca7090fd5953990fee17b5d13f52
parentd023bed17fb5c33d5090b75583dfcb3647993707 (diff)
downloadsvg.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.md14
1 files changed, 11 insertions, 3 deletions
diff --git a/README.md b/README.md
index b88c5a5..9370545 100644
--- a/README.md
+++ b/README.md
@@ -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)