diff --git a/.gitignore b/.gitignore index 9052c8c..e5e7f3b 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ .project .eslintrc .idea +.npmrc npm-debug.log _index.html diff --git a/README.md b/README.md index 82a02fe..e94bb2d 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ This plugin contains some basic blocks for the GrapesJS editor * NPM * `npm i grapesjs-blocks-basic` * GIT - * `git clone https://github.com/artf/grapesjs-blocks-basic.git` + * `git clone https://github.com/GrapesJS/blocks-basic.git` ## Usage @@ -87,7 +87,7 @@ const editor = grapesjs.init({ Clone the repository ```sh -$ git clone https://github.com/artf/grapesjs-blocks-basic.git +$ git clone https://github.com/GrapesJS/blocks-basic.git $ cd grapesjs-blocks-basic ``` diff --git a/index.html b/index.html index 5a7fff3..ec72cef 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,7 @@