Skip to content

Commit 767da8a

Browse files
committed
Merge remote-tracking branch 'origin/dev'
2 parents c556727 + eb7eeed commit 767da8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ If you already have a package.json file, manually add `"type": "module"` to enab
4141
Add this line to your HTML or JavaScript module:
4242

4343
```javascript
44-
import { FEAScriptModel, plotSolution } from "https://core.feascript.com/dist/feascript.umd.js";
44+
import { FEAScriptModel, plotSolution } from "https://core.feascript.com/dist/feascript.esm.js";
4545
```
4646

4747
### Option 3: Download and Use Locally
@@ -60,7 +60,7 @@ import { FEAScriptModel, plotSolution } from "https://core.feascript.com/dist/fe
6060

6161
```javascript
6262
// Import FEAScript library
63-
import { FEAScriptModel, plotSolution } from "https://core.feascript.com/dist/feascript.umd.js";
63+
import { FEAScriptModel, plotSolution } from "https://core.feascript.com/dist/feascript.esm.js";
6464

6565
// Create and configure model
6666
const model = new FEAScriptModel();

0 commit comments

Comments
 (0)