Skip to content
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

docs(readme): update installation instructions to reflect new project name #34

Merged
merged 1 commit into from Jun 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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