From 0f427d763bca459e5d26312cc52359f47067815f Mon Sep 17 00:00:00 2001 From: Harry Adel Date: Tue, 9 Jun 2020 04:49:03 +0200 Subject: [PATCH] Add svelte tutorial to the docs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7fa8cfb1be..221312f6b9 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Try a getting started tutorial: * [Blaze](https://www.meteor.com/tutorials/blaze/creating-an-app) * [Angular](https://www.meteor.com/tutorials/angular/creating-an-app) * [Vue](https://www.meteor.com/tutorials/vue/creating-an-app) + * [Svelte](https://www.meteor.com/tutorials/svelte/creating-an-app) Next, read the [guide](https://guide.meteor.com) and the [documentation](https://docs.meteor.com/).