From 5c62a6a4b9f406c64ac593a886ee760047bd98f1 Mon Sep 17 00:00:00 2001 From: RPaladin <69180012+rpaladin@users.noreply.github.com> Date: Sun, 17 Sep 2023 14:44:32 -0700 Subject: [PATCH] Fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6cea9c4..fe26a57 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Simple navbar component for GrapesJS editor * NPM * `npm i grapesjs-navbar` * GIT - * `git clone https://github.com/GrapesJS/components-navbar.git.git` + * `git clone https://github.com/GrapesJS/components-navbar.git` @@ -91,7 +91,7 @@ const editor = grapesjs.init({ Clone the repository ```sh -$ git clone https://github.com/GrapesJS/components-navbar.git.git +$ git clone https://github.com/GrapesJS/components-navbar.git $ cd grapesjs-navbar ```