From 64e1a293a75bee91fee0695782bb07b89f43f850 Mon Sep 17 00:00:00 2001 From: Raja Kapur Date: Sun, 7 Oct 2012 14:48:45 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index daed058..c6f33b9 100755 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ To install, place the ```annotate``` folder inside the ```brackets/src/extension Usage ===== Open a project in Brackets, place your cursor before a function definition, and select ```Annotate``` form the ```Edit``` menu. -Alternatively, use the keyboard shortcut `CTRL` + `Shift` + `D` on Windows, or `⌘`. + `Shift` + `D` on Mac. +Alternatively, use the keyboard shortcut `CTRL`+`Shift`+`D` on Windows, or `⌘`+`Shift`+`D` on Mac. This will create a JSDoc like annotation according to the function signature. It will add ```@private``` if the function starts with an underscore. It will create a ```@param``` for each parameter.