From b7bc845e2e909de9eac620de9d94661f93f285fc Mon Sep 17 00:00:00 2001 From: Yasser Ameur el idrissi <37160072+getspooky@users.noreply.github.com> Date: Sat, 7 Dec 2019 22:04:05 +0100 Subject: [PATCH] Change Svelte description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70ab0f7..61f01a9 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [meteor](https://github.com/meteor/meteor) - An ultra-simple, database-everywhere, data-on-the-wire, pure-javascript web framework. * [ractive](https://github.com/ractivejs/ractive) - Next-generation DOM manipulation. * [vue](https://github.com/vuejs/vue) - Intuitive, fast & composable MVVM for building interactive interfaces. -* [svelte](https://github.com/sveltejs/svelte) - Svelte is a tool for building fast web applications. It is similar to JavaScript frameworks such as React and Vue, which share a goal of making it easy to build slick interactive user interfaces. +* [svelte](https://github.com/sveltejs/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. * [knockout](https://github.com/knockout/knockout) - Knockout makes it easier to create rich, responsive UIs with JavaScript. * [spine](https://github.com/spine/spine) - Lightweight MVC library for building JavaScript applications. * [espresso.js](https://github.com/techlayer/espresso.js) - A minimal JavaScript library for crafting user interfaces.