text tweaks
This commit is contained in:
parent
ab977ac168
commit
6051f62e72
|
@ -5,15 +5,15 @@
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Start your development with
|
Start your development with
|
||||||
<a>Riot</a> a component-based ui library running on the
|
<a>Riot</a>, a component-based ui library, running on the
|
||||||
<a>Vite</a> frontend tooling.
|
<a>Vite</a> front-end tooling.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2>Getting Started</h2>
|
<h2>Getting Started</h2>
|
||||||
<p>
|
<p>
|
||||||
This page is found at <br>
|
This page is found at <br>
|
||||||
<code>src/components/hello-riot/hello-riot.riot</code> <br>
|
<code>src/components/hello-riot/hello-riot.riot</code> <br>
|
||||||
and is mounted via object registry in
|
and is mounted via object registry at
|
||||||
<code>src/index.js</code>.
|
<code>src/index.js</code>.
|
||||||
<p>
|
<p>
|
||||||
<em>many mounting strategies exist, this is but <strong>one</strong></em>
|
<em>many mounting strategies exist, this is but <strong>one</strong></em>
|
||||||
|
|
Loading…
Reference in New Issue