From 67d4e7ebaf0604ac276d2459822d9709f5f8c646 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Tue, 5 Nov 2013 11:29:00 -0800 Subject: [PATCH] Remove jQuery version number from tutorial docs --- docs/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.md b/docs/tutorial.md index e7c601fb..089af109 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -369,7 +369,7 @@ When the component is first created, we want to GET some JSON from the server an ] ``` -We will use jQuery 1.5 to help make an asynchronous request to the server. +We will use jQuery to help make an asynchronous request to the server. Note: because this is becoming an AJAX application you'll need to develop your app using a web server rather than as a file sitting on your file system. The easiest way to do this is to run `python -m SimpleHTTPServer` in your application's directory.