From 3e31d84ea958359809b32db6bb0dc65887134048 Mon Sep 17 00:00:00 2001 From: hariombalhara Date: Mon, 15 Nov 2021 16:12:10 +0530 Subject: [PATCH] fix(docs): basic example paths and command (#327) `npm dev` command doesn't exist now `basic` folder location has changed. So fix it according to that. --- examples/basic/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/basic/README.md b/examples/basic/README.md index b3f0b60ef..ec7c4d4f5 100644 --- a/examples/basic/README.md +++ b/examples/basic/README.md @@ -8,7 +8,7 @@ Check out the live demo [here](https://craft.js.org/examples/basic/) ```bash > git clone https://github.com/prevwong/craft.js/ -> cd craft.js/packages/examples/basic +> cd craft.js/examples/basic > npm install -> npm dev +> npm start ```