Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Efnilite authored Jan 31, 2023
1 parent 5af4c72 commit de53454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ git clone https://github.com/rebelofdeath/reject

**Adding new JS files**

If you have JS files that aren't mentioned in any `import` statement in `reject.js` or the default JS files, they won't be included in the bundle. To add them to the bundle, simply import them in `reject.js`, like below. [Example](https://github.com/RebelOfDeath/reject/blob/main/reject.js#L12).
If you have JS files that aren't mentioned in any `import` statement in `reject.js` or the default JS files, they won't be included in the bundle. To add them to the bundle, simply import them in `reject.js`, like below. [Example](https://github.com/RebelOfDeath/reject/blob/main/src/reject.js#L12).

```
import "./src/thing.js";
Expand Down

0 comments on commit de53454

Please sign in to comment.