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` ```