Skip to content

Commit 491d379

Browse files
committed
Release 1.0.0
1 parent 5335c93 commit 491d379

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ bin/console cache:clear
5050

5151
### Chrome Extension Installation
5252

53-
1. Download [Chrome extension](https://github.com/sidworks-dev/sw-plugin-dev-tools-chrome-extension)
53+
1. Download [Chrome extension](https://github.com/sidworks-dev/sw-plugin-devtools-chrome-extension)
5454
2. Open Chrome and navigate to `chrome://extensions/`
5555
3. Enable **Developer mode** (toggle in top right)
5656
4. Click **Load unpacked**
@@ -88,7 +88,7 @@ The plugin will automatically inject this path into the page, so you don't need
8888
### Basic Workflow
8989
9090
1. **Enable debug mode** in Shopware (`.env`: `APP_ENV=dev`)
91-
2. **Install both** the plugin and [Chrome extension](https://github.com/sidworks-dev/sw-plugin-dev-tools-chrome-extension)
91+
2. **Install both** the plugin and [Chrome extension](https://github.com/sidworks-dev/sw-plugin-devtools-chrome-extension)
9292
3. **Visit your storefront** in Chrome
9393
4. **Open DevTools** (F12 or right-click → Inspect)
9494
5. **Select any element** in the Elements panel
@@ -167,7 +167,7 @@ The extension doesn't just open templates at the block start—it searches for t
167167
168168
## Browser Compatibility
169169
170-
The [Chrome extension](https://github.com/sidworks-dev/sw-plugin-dev-tools-chrome-extension) works with:
170+
The [Chrome extension](https://github.com/sidworks-dev/sw-plugin-devtools-chrome-extension) works with:
171171
- Google Chrome (Manifest V3)
172172
- Microsoft Edge (Chromium-based)
173173
- Brave
@@ -188,7 +188,7 @@ Contributions are welcome! Please feel free to submit issues or pull requests.
188188
189189
**Important**: This project consists of two components that work together:
190190
- **[Shopware Plugin](https://github.com/sidworks-dev/sw-plugin-devtools)**
191-
- **[Chrome extension](https://github.com/sidworks-dev/sw-plugin-dev-tools-chrome-extension)**
191+
- **[Chrome extension](https://github.com/sidworks-dev/sw-plugin-devtools-chrome-extension)**
192192
193193
When updating the plugin, ensure you also update the extension if the changes affect the data format or API. Similarly, when updating the extension, verify compatibility with the plugin. Both components should be kept in sync.
194194

0 commit comments

Comments
 (0)