From afb5f0662c03ec507e1cf03c21c3b0d59a6f32e2 Mon Sep 17 00:00:00 2001 From: robert howton Date: Wed, 15 Dec 2021 14:49:48 -0600 Subject: [PATCH] Update README.md --- quell-extension/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quell-extension/README.md b/quell-extension/README.md index f8ebaf12..6e4115b3 100644 --- a/quell-extension/README.md +++ b/quell-extension/README.md @@ -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 @@ -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) \ No newline at end of file +- [@quell/server README](../quell-server/README.md)