From 140ab8e4cc9fba01f3a85209e2017a1739489942 Mon Sep 17 00:00:00 2001 From: Steve Perry Date: Thu, 29 Sep 2016 07:10:49 -0600 Subject: [PATCH] Update README.md I thought this would be useful. --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index cb7b035..4e3690a 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,21 @@ Demo: http://rubaxa.github.io/Sortable/
+### Install + +Via npm + +```bash +$ npm install sortablejs --save +``` + +Via bower: + +```bash +$ bower install --save sortablejs +``` + +
### Usage ```html