diff --git a/README.md b/README.md index 145c7e79b0..b605f5aaae 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,19 @@

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

--- + +## What is Svelte? + +Svelte is a new way to build web applications. It's a compiler that takes your declarative components and converts them into efficient JavaScript that surgically updates the DOM. + +Learn more at the [Svelte website](https://svelte.dev), or stop by the [Discord chatroom](https://discord.gg/yy75DKs). + + ## Development Pull requests are encouraged and always welcome. [Pick an issue](https://github.com/sveltejs/svelte/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc) and help us out!