From dff21bbd24352df18ad9389ab3e5e92e038fe3c7 Mon Sep 17 00:00:00 2001 From: Lillie Bahrami Date: Tue, 18 Jan 2022 09:53:42 -0700 Subject: [PATCH] more links --- docs/index.html | 4 ++-- docs/package-lock.json | 3 +++ package-lock.json | 3 +++ 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 docs/package-lock.json create mode 100644 package-lock.json diff --git a/docs/index.html b/docs/index.html index 69af9ba..7f2d2cf 100644 --- a/docs/index.html +++ b/docs/index.html @@ -187,14 +187,14 @@

installation

  1. Download and extract locately.zip by clicking the button above
  2. -
  3. Go to Chrome's address bar and type chrome://extensions
  4. +
  5. Go to Chrome's address bar and type chrome://extensions
  6. Check the Developer Mode button to enable it
  7. Click on the Load Unpacked Extension… button
  8. Select locately's extracted directory from step 1
  9. diff --git a/docs/package-lock.json b/docs/package-lock.json new file mode 100644 index 0000000..48e341a --- /dev/null +++ b/docs/package-lock.json @@ -0,0 +1,3 @@ +{ + "lockfileVersion": 1 +} diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..48e341a --- /dev/null +++ b/package-lock.json @@ -0,0 +1,3 @@ +{ + "lockfileVersion": 1 +}