Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
roberthowton authored Dec 15, 2021
1 parent e701037 commit afb5f06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quell-extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ cd Quell/quell-extension
npm install
npm run build
```
Then, in the [Chrome Extensions Page](chrome://extensions/), click on "Load unpacked" and navigate to `.../Quell/quell-extension/dist/` and click "Select". (You may need to toggle on "Developer mode" to do this.) The extension should now be loaded and available in the Chrome Developer Tools.
Then, in the Chrome Extensions Page (`chrome://extensions/`), click on "Load unpacked" and navigate to `.../Quell/quell-extension/dist/` and click "Select". (You may need to toggle on "Developer mode" to do this.) The extension should now be loaded and available in the Chrome Developer Tools.

## Usage and Configuration

Expand Down Expand Up @@ -76,4 +76,4 @@ app.use('/redis', ...quellCache.getRedisInfo({

For more on `@quell/client` and `@quell/server`, see their documentation:
- [@quell/client README](../quell-client/README.md)
- [@quell/server README](../quell-server/README.md)
- [@quell/server README](../quell-server/README.md)

0 comments on commit afb5f06

Please sign in to comment.