Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
elsassph committed Apr 15, 2016
1 parent 1c32b6c commit e0b7af9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ and a second build step to generate the final JS file, for instance using `brows
The other common method is to download or reference the CDN files of React JS in your HTML page:

```html
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.14.5/react-with-addons.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.14.5/react-dom.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/15.0.1/react-with-addons.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/15.0.1/react-dom.min.js"></script>
```

and don't forget to add the following Haxe define to your build command:
Expand Down

0 comments on commit e0b7af9

Please sign in to comment.