From 772387e3f386cd944f7f7324952c6480953d79ac Mon Sep 17 00:00:00 2001 From: Alain Dumesny Date: Fri, 10 Jul 2020 07:38:16 -0700 Subject: [PATCH] #1301 spelled out usage doc include --- README.md | 20 +++++++++++++++----- demo/demo.css | 2 +- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 845b5cc11..6baec6a17 100644 --- a/README.md +++ b/README.md @@ -64,21 +64,21 @@ Usage [![NPM version](https://img.shields.io/npm/v/gridstack.svg)](https://www.npmjs.com/package/gridstack) ```bash -yarn install gridstack +yarn add gridstack or npm install --save gridstack ``` ## Include -* local: +* after you install: ```html - - + + ``` -* Using CDN (minimized): +* or using CDN (minimized): ```html @@ -92,6 +92,11 @@ if you need to debug, look at the git demo/ examples for non min includes. creating items dynamically... ```html + +