Skip to content

Commit 9bb382e

Browse files
committed
Update README.md and HTML comments to reflect FEAScript-core naming
1 parent 3829e0e commit 9bb382e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ We warmly welcome contributors to help expand and refine FEAScript. Please see t
5757

5858
## License
5959

60-
FEAScript is released under the [MIT license](https://github.com/FEAScript/FEAScript-core/blob/main/LICENSE). © 2024 FEAScript.
60+
FEAScript-core is released under the [MIT license](https://github.com/FEAScript/FEAScript-core/blob/main/LICENSE). © 2024 FEAScript.

examples/solidHeatTransferScript/HeatConduction2DFin/HeatConduction2DFin.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjs/5.0.0/math.min.js"></script>
2121
<script src="https://cdnjs.cloudflare.com/ajax/libs/plotly.js/2.27.0/plotly.min.js"></script>
2222

23-
<!-- Link to the CSS file -->
23+
<!-- Link to the CSS files -->
2424
<link href="https://feascript.com/FEAScript-website.css" rel="stylesheet" type="text/css" />
2525
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet" />
2626
</head>
@@ -43,7 +43,7 @@ <h1>Heat Conduction in a Two-Dimensional Fin Example</h1>
4343
document.getElementById("currentYear").innerHTML = new Date().getFullYear();
4444
</script>
4545

46-
<!-- FEAScript module and visualization -->
46+
<!-- Import FEAScript library -->
4747
<script type="module">
4848
import {
4949
FEAScriptModel,

0 commit comments

Comments
 (0)