From 2f3716ba1e0c562813c962c080bb2e48a7e3c15e Mon Sep 17 00:00:00 2001 From: Hou Chia Date: Mon, 12 Jan 2015 11:29:17 -0800 Subject: [PATCH] Update README.md insert comma The file change inserts a missing comma. Best, Hou --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7cb24c7..2337a7bf 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ $ bundle exec rake watch # Automatically compiles as needed. ### Updating `facebook.github.io/react` -The easiest way to do this is to have a separate clone of this repository, checked out to the `gh-pages` branch. We have a build step that expects this to be in a directory named `react-gh-pages` at the same depth as `react`. Then it's just a matter of running `grunt docs`, which will compile the site and copy it out to this repository. From there you can check it in. +The easiest way to do this is to have a separate clone of this repository, checked out to the `gh-pages` branch. We have a build step that expects this to be in a directory named `react-gh-pages` at the same depth as `react`. Then it's just a matter of running `grunt docs`, which will compile the site and copy it out to this repository. From there, you can check it in. **Note:** This should only be done for new releases. You should create a tag corresponding to the release tag in the main repository.