From f73e1f43996de8696a7d7a47b0d88047cdc26791 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 16 Nov 2017 11:25:43 -0500 Subject: [PATCH] update readme for build folder --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9a4ce001..4631a49e 100644 --- a/README.md +++ b/README.md @@ -38,10 +38,10 @@ You can now load the extension into your browser through the browser's extension - Chrome/Opera: 1. Type `chrome://extensions` in your address bar to bring up the extensions page. 2. Enable developer mode (checkbox) - 3. Click the "Load unpacked extension" button, navigate to the `dist` folder of your local extension instance, and click "Ok". + 3. Click the "Load unpacked extension" button, navigate to the `build` folder of your local extension instance, and click "Ok". - Firefox 1. Type `about:debugging` in your address bar to bring up the add-ons page. - 2. Click the `Load Temporary Add-on` button, navigate to the `dist/manifest.json` file, and "Open". + 2. Click the `Load Temporary Add-on` button, navigate to the `build/manifest.json` file, and "Open". # Contribute