diff --git a/README.md b/README.md index 2e428d99e1..ff409c86a9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

- Cybernetically enhanced web apps: Svelte + Cybernetically enhanced web apps: Svelte

diff --git a/site/src/routes/_components/Blurb.svelte b/site/src/routes/_components/Blurb.svelte index 8dfa4494d8..14872244b8 100644 --- a/site/src/routes/_components/Blurb.svelte +++ b/site/src/routes/_components/Blurb.svelte @@ -133,7 +133,7 @@ learn more - +

Truly reactive

No more complex state management libraries — Svelte brings reactivity to JavaScript itself

@@ -145,7 +145,7 @@

Instead of using techniques like virtual DOM diffing, Svelte writes code that surgically updates the DOM when the state of your app changes.

-

Read the introductory blog post to learn more.

+

Read the introductory blog post to learn more.