Skip to content

Commit 76b68a6

Browse files
committed
Refine README and example HTML titles for clarity and consistency
1 parent 85e4616 commit 76b68a6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## FEAScript
44

5-
<a href="https://feascript.com/" target="_blank">FEAScript</a> is an open-source finite element simulation software developed in JavaScript. It allows you to create and run browser-based simulations of physics and engineering problems.
5+
<a href="https://feascript.com/" target="_blank">FEAScript</a> is a finite element simulation software developed in JavaScript. It allows you to create and run browser-based simulations of physics and engineering problems.
66
<br>
77
</br>
88
🚧 FEAScript is in early development, and new features and improvements are constantly being added 🚧
@@ -13,7 +13,7 @@ FEAScript is built entirely in pure JavaScript, requiring only an HTML page to r
1313

1414
## Contribute
1515

16-
We are actively looking for contributors to help evolve FEAScript. Please refer to <a href="./CONTRIBUTING.md" target="_blank">CONTRIBUTING.md</a> for instructions on how to contribute.
16+
We are actively seeking contributors to help shape and evolve FEAScript's core. Please refer to the <a href="./CONTRIBUTING.md" target="_blank">CONTRIBUTING.md</a> file for detailed instructions on how to get involved.
1717

1818
## License
1919

examples/solidHeatTransferScript/exampleSolidHeatTransfer01/FEAScriptExampleSolidHeatTransfer01.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>FEAScript: Heat Conduction in a Two-Dimensional Fin</title>
6+
<title>FEAScript: Heat Conduction in a Two-Dimensional Fin Example</title>
77

88
<!-- Math.js and Plotly.js libraries -->
99
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjs/5.0.0/math.min.js"></script>
@@ -56,7 +56,7 @@
5656

5757
<!-- Webpage text -->
5858
<body>
59-
<h1>Heat Conduction in a Two-Dimensional Fin</h1>
59+
<h1>Heat Conduction in a Two-Dimensional Fin Example</h1>
6060
<div id="solutionPlot"></div>
6161

6262
<p>

0 commit comments

Comments
 (0)