Skip to content

Commit 1968c20

Browse files
committed
fix manual bundle instructions too
1 parent 116c6c2 commit 1968c20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

www/content/extensions/idiomorph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ For npm-style build systems, you can install `idiomorph` via [npm](https://www.n
3535
npm install idiomorph
3636
```
3737

38-
After installing, you'll need to use appropriate tooling to bundle `node_modules/idiomorph/dist/idiomorph.js` (or `.min.js`) and `node_modules/idiomorph/dist/idiomorph-ext.js`. For example, you might bundle the extension with htmx core from `node_modules/htmx.org/dist/htmx.js` and project-specific code.
38+
After installing, you'll need to use appropriate tooling to bundle `node_modules/idiomorph/dist/idiomorph-ext.js` (or `node_modules/idiomorph/dist/idiomorph-ext.min.js`). For example, you might bundle the extension with htmx core from `node_modules/htmx.org/dist/htmx.js` and project-specific code.
3939

4040
If you are using a bundler to manage your javascript (e.g. Webpack, Rollup):
4141

0 commit comments

Comments
 (0)