diff --git a/README.md b/README.md index 4862f5df..a53e2983 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ [![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy) +A version of the React Tutorial (completed) without the jQuery dependency and using a promise factory for all AJAX requests + # React Tutorial This is the React comment box example from [the React tutorial](http://facebook.github.io/react/docs/tutorial.html). diff --git a/public/index.html b/public/index.html index 34ebddf4..de6713c5 100644 --- a/public/index.html +++ b/public/index.html @@ -8,15 +8,183 @@ - +
- +