Skip to content

Commit 0e1866f

Browse files
committed
Update README and index.html to clarify software description
1 parent 87021e9 commit 0e1866f

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
![website status](https://img.shields.io/website?url=https%3A%2F%2Ffeascript.com%2F)
66

7-
FEAScript is an open-source JavaScript library for solving differential equations using the finite element method. This is the source code of the FEAScript <a href="https://feascript.com/" target="_blank">website</a>.
7+
FEAScript is an open-source finite element simulation software developed in JavaScript. This is the source code of the FEAScript <a href="https://feascript.com/" target="_blank">website</a>.
88

99
## License
1010

index.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,10 @@ <h1>A JavaScript Library for Solving Differential Equations Using the Finite Ele
5050
</ul>
5151

5252
<p>
53-
FEAScript is an <b>open-source JavaScript library</b> for solving differential equations using the
54-
finite element method. It enables the creation and running of
55-
<b>client-side, browser-based simulations</b> for physics and engineering problems without the need for
56-
additional installations. FEAScript can be an excellent tool for
57-
<b>hands-on learning of computational mechanics</b> in academic environments. It can be used as a
53+
FEAScript is an <b>open-source finite element simulation software developed in JavaScript</b>. It
54+
enables the creation and running of <b>client-side, browser-based simulations</b> for physics and
55+
engineering problems without the need for additional installations. FEAScript can be an excellent tool
56+
for <b>hands-on learning of computational mechanics</b> in academic environments. It can be used as a
5857
turnkey solution by educators without requiring any software installations.
5958
</p>
6059

0 commit comments

Comments
 (0)