From a1739365423182b5a5c590212de376e5cb72bf3d Mon Sep 17 00:00:00 2001 From: adwait2001 <61514605+adwait2001@users.noreply.github.com> Date: Thu, 1 Oct 2020 00:22:17 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0367eed..48e0f28 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Live demo: [JedWatson.github.io/react-codemirror](http://JedWatson.github.io/rea To build the examples locally, run: ``` +git clone http://JedWatson.github.io/react-codemirror npm install npm start ``` From 4c5b35e7aff7e42bb5e3d340ca54bfd1065fa20b Mon Sep 17 00:00:00 2001 From: adwait2001 <61514605+adwait2001@users.noreply.github.com> Date: Thu, 1 Oct 2020 00:23:37 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48e0f28..5667495 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Live demo: [JedWatson.github.io/react-codemirror](http://JedWatson.github.io/rea To build the examples locally, run: ``` -git clone http://JedWatson.github.io/react-codemirror +git clone ... npm install npm start ```