From 042ada9c70e4855e569a5deaed3689bcfe1ec2ba Mon Sep 17 00:00:00 2001 From: Artur Arseniev Date: Fri, 9 Jun 2023 16:59:20 +0400 Subject: [PATCH] Up README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 15a06f5..f43801a 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ This plugins adds a new `filter` [built-in style property](https://grapesjs.com/ * NPM * `npm i grapesjs-style-filter` * GIT - * `git clone https://github.com/artf/grapesjs-style-filter.git` + * `git clone https://github.com/GrapesJS/style-filter.git` @@ -95,7 +95,7 @@ const editor = grapesjs.init({ Clone the repository ```sh -$ git clone https://github.com/artf/grapesjs-style-filter.git +$ git clone https://github.com/GrapesJS/style-filter.git $ cd grapesjs-style-filter ```