From d4d2f9dc482876f93c55488d089e0a0d202c677b Mon Sep 17 00:00:00 2001 From: dominikg Date: Tue, 9 May 2023 20:03:45 +0200 Subject: [PATCH] docs: be more precise --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f48922f42d..223966010f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ## 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. +Svelte is the 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://svelte.dev/chat).