From cecdf121363526c1df7619668133e655b0c48af1 Mon Sep 17 00:00:00 2001 From: Ryan Florence Date: Thu, 7 Aug 2014 08:33:47 -0600 Subject: [PATCH] added location option to the README closes #177 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6667976401..8802e82c70 100644 --- a/README.md +++ b/README.md @@ -69,13 +69,14 @@ What's it look like? ```js React.renderComponent(( - + + ), document.body); ```