Skip to content

Commit

Permalink
Edit docs
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdobler committed Jul 4, 2019
1 parent 3bdccc4 commit 691337a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

```
Expand Down

0 comments on commit 691337a

Please sign in to comment.