Skip to content

Commit

Permalink
docs(readme): update installation instructions to reflect new project…
Browse files Browse the repository at this point in the history
… name

the the asset downloaded from the releases page will have the name of `bionic-speed-reader-browser-extension-*.*.*` as the projects name has changed.
  • Loading branch information
kwame-mintah committed Jun 1, 2022
1 parent 305bb3b commit 0a62bbb
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 0a62bbb

Please sign in to comment.