From 80768e3d367f200eed037abee863e4d886f91ba8 Mon Sep 17 00:00:00 2001
From: Christos <kokosias.christos@gmail.com>
Date: Thu, 20 Jan 2022 07:47:37 +0000
Subject: [PATCH] Update README.md

---
 README.md | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index c3577de20..2a109dea0 100644
--- a/README.md
+++ b/README.md
@@ -9,20 +9,16 @@
 This library is being developed by [Cabbage Tree Labs] (https://www.cabbagetreelabs.org).
 Wax Editor is built on top of the Prosemirror library. Check Prosemirror [website](https://prosemirror.net/) and [GitHub repo](https://github.com/ProseMirror) for more information.
 
-## [Demo of Editoria's Edtior.](http://wax-demo.coko.foundation/)
+## [Various Demos.](http://wax-demo.coko.foundation/)
 
 
 ## Get up and running
 
 Run a local version of the Editoria's editor
 
-1.  `git clone git@gitlab.coko.foundation:wax/wax-prosemirror.git`
+1.  `yarn with node >= 12`
 
-2.  `yarn with node >= 12`
-
-3.  `yarn editoria` Will bring up a demo of the Editoria Ediitor
-
-4.  `yarn storybook` Will bring up storybook for components
+2.  `yarn editoria` Will bring up a demo of the Editoria Ediitor
 
 Scripts: `yarn` , `yarn clean`, `yarn reset`
 
-- 
GitLab