Skip to content

Commit

Permalink
Using the markdown's quote syntax and explaining why use include jQuery
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bordellier committed Aug 4, 2014
1 parent 5eca8d6 commit 46c0bbf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ For this tutorial we'll use prebuilt JavaScript files on a CDN. Open up your fav

For the remainder of this tutorial, we'll be writing our JavaScript code in this script tag.

**Note:** We included jQuery but it's **NOT** mandatory for React to work.
> Note:
>
> We included jQuery here because we want to simplify the code of our future ajax calls, but it's **NOT** mandatory for React to work.
### Your first component

Expand Down

0 comments on commit 46c0bbf

Please sign in to comment.