From fffd4082ecde1a02150be6780fc219acea4833fc Mon Sep 17 00:00:00 2001 From: Armen Vartan Date: Mon, 1 Dec 2014 16:33:17 -0500 Subject: [PATCH] js 5 --- javascript/5-jquery-basics/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/javascript/5-jquery-basics/README.md b/javascript/5-jquery-basics/README.md index af365f0..a2aec77 100644 --- a/javascript/5-jquery-basics/README.md +++ b/javascript/5-jquery-basics/README.md @@ -1,4 +1,5 @@ -####JQuery Basics +JQuery Basics +============= JQuery is a powerful front-end javascript library that is used on virtually 100% of modern websites. The JQuery codebase is extremely [well documented with explanations and examples](http://api.jquery.com/) Don't be afraid to dig in.