From 691337a4813853438869a14e4588bf3703c9923d Mon Sep 17 00:00:00 2001 From: Max Dobler Date: Thu, 4 Jul 2019 22:57:06 +0200 Subject: [PATCH] Edit docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1f128f8..dd9118f 100644 --- a/README.md +++ b/README.md @@ -56,10 +56,10 @@ mount(document.querySelector("#my-view"), ); ``` -For more complex views we suggest to add the [flyps-dom-snabbdom] extension, which adds support for [snabbdom] rendering. - ### Snabbdom rendering +For more complex views we suggest to add the [flyps-dom-snabbdom] extension, which adds support for [snabbdom] rendering. + First install the extension: `npm i flyps-dom-snabbdom` ```