From 5189deb5ee38e12118bd0c52fe5be45eb8cd678f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Mon, 25 Jan 2016 16:09:57 -0800 Subject: [PATCH] Merge pull request #5912 from chrisbolin/patch-1 Small copy changes to TestUtils and Perf summaries (cherry picked from commit 6f5e619fae3901bbe6684cd489ad04d1bec3e39c) --- docs/docs/10-addons.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/10-addons.md b/docs/docs/10-addons.md index 5463633401..1cf0294cff 100644 --- a/docs/docs/10-addons.md +++ b/docs/docs/10-addons.md @@ -18,7 +18,7 @@ The React add-ons are a collection of useful utility modules for building React The add-ons below are in the development (unminified) version of React only: -- [`TestUtils`](test-utils.html), simple helpers for writing test cases (unminified build only). -- [`Perf`](perf.html), for measuring performance and giving you hint where to optimize. +- [`TestUtils`](test-utils.html), simple helpers for writing test cases. +- [`Perf`](perf.html), a performance profiling tool for finding optimization opportunities. To get the add-ons, install them individually from npm (e.g., `npm install react-addons-pure-render-mixin`). We don't support using the addons if you're not using npm.