Skip to content

Commit

Permalink
Merge pull request #34 from kwame-mintah/docs/update-readme-instructions
Browse files Browse the repository at this point in the history
docs(readme): update installation instructions to reflect new project name
  • Loading branch information
fwzmhmd committed Jun 1, 2022
2 parents 305bb3b + 0a62bbb commit 4f901be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -14,10 +14,10 @@ A simple browser extension using [Bionic Reading API](https://rapidapi.com/bioni
1. Navigate to the [releases page](https://github.com/kwame-mintah/bionic-reading-chrome-extension/releases) of the github repository.
2. Find the release you wish to download, or download the most recent release version.
3. Expand the 'Assets' section and download the 'Source code (zip)'.
4. Unzip the file and you should have a folder named `bionic-reading-extension-*`.
5. In Brave/Edge go to the following page (`brave://extensions/` / `edge://extensions`).
4. Unzip the file and you should have a folder named `bionic-speed-reader-browser-extension-*.*.*`.
5. In Chrome / Brave / Edge go to the following page (`brave://extensions` / `chrome://extensions` / `edge://extensions`).
6. On the extension page, enable developer mode.
7. Click on "Load unpacked" locate the `bionic-reading-extensions-*` folder and open it.
7. Click on "Load unpacked" locate the `bionic-speed-reader-browser-extension-*.*.*` folder and open it.

## Usage

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
@@ -1,6 +1,6 @@
{
"name": "Bionic Speed Reader",
"description": "An extension using the Bionic Reading API, to convert text to Bionic Reading®",
"description": "An extension using the Bionic Reading API, to convert text to Bionic Reading ®",
"version": "0.2.1",
"manifest_version": 3,
"background": {
Expand Down

0 comments on commit 4f901be

Please sign in to comment.