From a180a4e4fd4d47f7a45db0d3fb66d3df4bfb6749 Mon Sep 17 00:00:00 2001 From: Wagner Souza Date: Mon, 25 Jun 2018 10:55:18 -0300 Subject: Adds yarn installation instructions (#874) * Adds yarn installation instructions * Sorts package manager list position --- README.md | 14 +++++++++++--- 1 file 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) -- cgit v1.2.3