Skip to content

Commit

Permalink
Merge pull request #74 from sensasi-delight:sensasi-delight/issue73
Browse files Browse the repository at this point in the history
docs: relative path href is wrong
  • Loading branch information
sensasi-delight authored May 2, 2024
2 parents a5d6fed + c14edaf commit bdc2233
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Sensasi Navbar is a Chrome extension designed to enhance navigation within the b

Sensasi Navbar is not yet available on the Chrome Web Store. To install the extension, follow the steps below:

1. Download the latest release from the [releases page](releases) and extract the `dist` directory from the `.zip` file.
2. Open [Chrome Extensions page (`chrome://extensions/`)](chrome://extensions/).
1. Download the latest release from the [releases page](https://github.com/sensasi-delight/sensasi-navbar-crx/releases) and extract the `dist` directory from the `.zip` file.
2. Open Chrome Extensions page: [chrome://extensions/](chrome://extensions/).
3. Enable `Developer mode`.
4. Click `Load unpacked`.
5. Choose the `dist` directory from step 1.
Expand Down Expand Up @@ -57,18 +57,18 @@ npm run dev
### Load Extension to Chrome

<!-- markdownlint-disable-next-line MD033 -->
1. Open <a href="chrome://extensions/" target="_blank">Chrome Extensions page (`chrome://extensions/`)</a>
2. Enable `Developer mode`
3. Click `Load unpacked`
4. Load `.build` directory
1. Open Chrome Extensions page: [chrome://extensions/](chrome://extensions/).
2. Enable `Developer mode`.
3. Click `Load unpacked`.
4. Load the `.build` directory.

### Test

`npx jest` or `npm run test`

## Contributing

Contributions are welcome! Feel free to [fork the repository](fork), make your changes, and submit a pull request. Any suggestions, bug reports, or feature requests can also be submitted through the GitHub [issues page](issues).
Contributions are welcome! Feel free to [fork the repository](https://github.com/sensasi-delight/sensasi-navbar-crx/fork), make your changes, and submit a pull request. Any suggestions, bug reports, or feature requests can also be submitted through the GitHub [issues page](https://github.com/sensasi-delight/sensasi-navbar-crx/issues).

## License

Expand Down

0 comments on commit bdc2233

Please sign in to comment.