Skip to content

Commit

Permalink
docs: Update modules path to new path
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 authored Jan 6, 2025
1 parent 4cdc972 commit d7c9755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/essentials/wxt-modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ There are two ways to add a module to your project:
> Searching for ["wxt module"](https://www.npmjs.com/search?q=wxt%20module) on NPM is a good way to find published WXT modules.
2. **Local**: add a file to your project's `modules/` directory:
```
<srcDir>/
<rootDir>/
modules/
my-module.ts
```
Expand Down

0 comments on commit d7c9755

Please sign in to comment.