Fix anchor

This commit is contained in:
Pat Cavit 2016-12-15 07:04:33 +00:00 committed by GitHub
parent 48d786b085
commit 0170cf0c88

View file

@ -4,7 +4,7 @@
- [Signature](#signature)
- [How it works](#how-it-works)
- [Performance considerations](#performance-considerations)
- [Differences from m.render](#differences-from-m-render)
- [Differences from m.render](#differences-from-mrender)
---
@ -73,4 +73,4 @@ A component rendered via `m.mount` automatically auto-redraws in response to vie
`m.mount()` is suitable for application developers integrating Mithril widgets into existing codebases where routing is handled by another library or framework, while still enjoying Mithril's auto-redrawing facilities.
`m.render()` is suitable for library authors who wish to manually control rendering (e.g. when hooking to a third party router, or using third party data-layer libraries like Redux).
`m.render()` is suitable for library authors who wish to manually control rendering (e.g. when hooking to a third party router, or using third party data-layer libraries like Redux).