From 10603d7cec2cd70587cb693a79ff7a981d208e88 Mon Sep 17 00:00:00 2001 From: John Emau Date: Mon, 18 Nov 2013 15:39:15 -0800 Subject: [PATCH] fix readme clean up missed in merge --- angularjs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angularjs/README.md b/angularjs/README.md index 5b5ed54dd9..9cf6685590 100644 --- a/angularjs/README.md +++ b/angularjs/README.md @@ -2,7 +2,7 @@ ## Referencing AngularJS definition files in your code -To do that, simply add `/// ` at the top of your code. +To do that, simply add `/// ` at the top of your code. That will make available to your code all interfaces AngularJS' main module **ng** implements, as well as the **AUTO** module.