Enclose a name of library in back quote

This commit is contained in:
Kohei TAKATA
2015-07-15 09:26:56 +09:00
parent 432d887f4a
commit 9a95ce8308

View File

@@ -22,7 +22,7 @@ Two-way binding -- implicitly enforcing that some value in the DOM is always con
> Note:
>
> ReactLink is just a thin wrapper and convention around the `onChange`/`setState()` pattern. It doesn't fundamentally change how data flows in your React application.
> `ReactLink` is just a thin wrapper and convention around the `onChange`/`setState()` pattern. It doesn't fundamentally change how data flows in your React application.
## ReactLink: Before and After