diff --git a/app/pages/riot-about.riot b/app/pages/riot-about.riot index 6127ed1..67ab258 100644 --- a/app/pages/riot-about.riot +++ b/app/pages/riot-about.riot @@ -7,7 +7,7 @@

Single-Page-Application

-

components/pages

+

app/pages

state

routing

diff --git a/app/pages/riot-welcome.riot b/app/pages/riot-welcome.riot index 7268c47..3f771ba 100644 --- a/app/pages/riot-welcome.riot +++ b/app/pages/riot-welcome.riot @@ -6,7 +6,7 @@ Start development with RiotJS, a component-based ui library, Riot/Route, a client-side routing library, and - Vite front-end build tooling. + Vite as a front-end build tool.

Getting Started

@@ -31,7 +31,7 @@ Vite
- v6.x + v7.x
diff --git a/index.html b/index.html index bf854c5..dda014a 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - Riot Template + Riot SPA Template