From 7866945823d7d5e3c41cf4c0b7894512a4746af6 Mon Sep 17 00:00:00 2001 From: henning mueller Date: Fri, 3 Jul 2020 23:27:33 +0200 Subject: [PATCH] Update features in README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 29db2cb..39324de 100644 --- a/README.md +++ b/README.md @@ -33,13 +33,12 @@ https://github.com/nning/svelte-rails-demo/commits/master ## Missing Features -* Better documentation for setup * Turbolinks integration -* Rails generator for initial setup (the previously mentioned line does not work, yet) * HMR and Bundle consistency (server-rendered HTML is cached and client-side updates on changes to the sources) * Render components directly from controllers * Generator for components * Render pools +* Better documentation for setup ## Contributing