From 75f013798de65ab154683a19da21ce5c04abc8ab Mon Sep 17 00:00:00 2001 From: Francois Lebel Date: Sun, 24 Sep 2017 12:15:07 -0700 Subject: [PATCH] Add dependency to package.json --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc4b391..d3b2f30 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ React layout component based on [CSS Grid Layout][spec] and built with [styled-c [stars]: https://img.shields.io/github/stars/jxnblk/react-css-grid.svg?style=social&label=Star ```sh -npm i react-css-grid +npm i --save react-css-grid ``` ```jsx