Skip to content

Commit

Permalink
Merge pull request #5073 from mfunkie/patch-2
Browse files Browse the repository at this point in the history
Update Pure Render Mixin docs to point to new npm package
(cherry picked from commit 926f372)
  • Loading branch information
zpao committed Oct 7, 2015
1 parent c2443c2 commit 24f7659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/10.8-pure-render-mixin.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ If your React component's render function is "pure" (in other words, it renders
Example:

```js
var PureRenderMixin = require('react/addons').addons.PureRenderMixin;
var PureRenderMixin = require('react-addons-pure-render-mixin');
React.createClass({
mixins: [PureRenderMixin],

Expand Down

0 comments on commit 24f7659

Please sign in to comment.