]> source.dussan.org Git - svg.js.git/commitdiff
Adds yarn installation instructions (#874)
authorWagner Souza <wagh.cwb@gmail.com>
Mon, 25 Jun 2018 13:55:18 +0000 (10:55 -0300)
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Mon, 25 Jun 2018 13:55:18 +0000 (15:55 +0200)
* Adds yarn installation instructions

* Sorts package manager list position

README.md

index b88c5a54abd009264751ce8151c08b94ffc9d443..937054540df7618c8ac3774f203f4e595d33ff30 100644 (file)
--- 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)