From 1d26584b759802f0df6c617efdf61a533c0b58a8 Mon Sep 17 00:00:00 2001 From: Maor Date: Tue, 14 Mar 2017 11:57:27 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 31c8a3f..e73b6cf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ -##JS Cheat Sheet## - -###LINQ### +### LINQ | C# | JS | Example | | --- | --- | ----- | @@ -13,7 +11,7 @@ | foreach| forEach | people.forEach(function(item) { console.log(item); });| -###jQuery AJAX### +### jQuery AJAX ``` $.ajax( @@ -23,4 +21,4 @@ $.ajax( error: success: ).done.fail.always; -``` \ No newline at end of file +```