Skip to content

Commit c966677

Browse files
committed
Minor fix in the description of FEAScript library
1 parent 89fbe48 commit c966677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-04-04-javascript-for-scientific-computations.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ We cannot deny that JavaScript lacks the extensive scientific ecosystem of C++ o
2424
- **[ndarray](https://github.com/scijs/ndarray)** and **[scijs](https://github.com/scijs)** ecosystem: A collection of libraries focused on multidimensional arrays and scientific computing.
2525
- **[numbers.js](https://github.com/numbers/numbers.js)**: A library for basic numerical methods, such as root finding and integration.
2626
- **[Scribbler](https://scribbler.live/)**: A notebook tool with several preloaded scientific libraries.
27-
- **[FEAScript](https://feascript.com/)**: A finite element simulation library that we are developing, with a focus on simplicity and zero-install usage.
27+
- **[FEAScript](https://feascript.com/)**: The finite element simulation library that we are developing, with a focus on simplicity and zero-install usage.
2828

2929
## WebAssembly (Wasm) Considerations
3030

0 commit comments

Comments
 (0)