From 46c0bbfb11446408edfdcd934be2b3f8e89e3b09 Mon Sep 17 00:00:00 2001 From: Julien Bordellier Date: Mon, 4 Aug 2014 10:42:55 +0200 Subject: [PATCH] Using the markdown's quote syntax and explaining why use include jQuery --- docs/docs/tutorial.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/docs/tutorial.md b/docs/docs/tutorial.md index 5c0cee3593..bae097354e 100644 --- a/docs/docs/tutorial.md +++ b/docs/docs/tutorial.md @@ -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