From 172dec83513d2be732760ce4d5903145be750a22 Mon Sep 17 00:00:00 2001 From: Roman Vanesyan Date: Wed, 24 Dec 2014 14:39:37 +0500 Subject: [PATCH] Update ref-01-top-level-api.md React isn't framework, it's library for UI!? --- docs/docs/ref-01-top-level-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/ref-01-top-level-api.md b/docs/docs/ref-01-top-level-api.md index 39bc37b169c2a..71f270086063e 100644 --- a/docs/docs/ref-01-top-level-api.md +++ b/docs/docs/ref-01-top-level-api.md @@ -8,7 +8,7 @@ redirect_from: "/docs/reference.html" ## React -`React` is the entry point to the React framework. If you're using one of the prebuilt packages it's available as a global; if you're using CommonJS modules you can `require()` it. +`React` is the entry point to the React library. If you're using one of the prebuilt packages it's available as a global; if you're using CommonJS modules you can `require()` it. ### React.createClass