Skip to content

fix zone import and update readme #126

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Whatever it is, Acronym-Decoder (A-D!) aims to help you get through the alphabet
* Download this project by clicking 'Code' on the top right of the website, then click 'Download ZIP'. Follow the image for any further guidance necessary.
![](readme-assets/download.png)
* Open the project with your favorite text editor and enter the following commands in the terminal.
* `npm install`
* `npm install --legacy-peer-deps`
* `npm run build`
* Visit `chrome://extensions` on your chrome browser
* Enable Developer mode and click Load unpacked as seen in the image below
Expand All @@ -20,7 +20,7 @@ Note: modifications to content-script files will require you to refresh the exte

## Build

* `npm install`
* `npm install --legacy-peer-deps`
* `npm run build`

## Configuration
Expand Down
Loading