Merge pull request #4382 from tako-black/enclose_a_name_of_library_in_back_quote

Enclose a name of library in back quote
This commit is contained in:
Jim
2015-07-14 22:30:26 -07:00

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