Skip to content

Commit 9f0c7ec

Browse files
authored
Fix Quick Start section
1 parent 6902f5d commit 9f0c7ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ <h2 id="gettingstarted"><a name="Getting Started"></a>Getting Started</h2>
148148
</div>
149149

150150
<p>
151-
<strong>Quick Start:</strong> To use FEAScript in your webpage include it in your HTML via CDN
152-
(<code>https://core.feascript.com/dist/feascript.esm.js</code>) or download from
151+
<strong>Quick Start:</strong> To use FEAScript in your HTML include it via CDN
152+
(<code>https://core.feascript.com/dist/feascript.esm.js</code>) or download it from
153153
<a href="https://github.com/FEAScript/FEAScript-core" target="_blank">GitHub</a> &#8594; add a canvas
154154
(e.g., <code>&lt;div id="solutionPlot">&lt;/div&gt;</code>) &#8594; add a mesh file (e.g., "your.msh")
155155
or use FEAScript mesh generation tools &#8594; create and run a simulation using the JavaScript API (see

0 commit comments

Comments
 (0)