fix readme clean up missed in merge

This commit is contained in:
John Emau
2013-11-18 15:39:15 -08:00
parent a5f133ec4f
commit 10603d7cec
+1 -1
View File
@@ -2,7 +2,7 @@
## Referencing AngularJS definition files in your code
To do that, simply add `/// <reference path="angular-1.0.d.ts" />` at the top of your code.
To do that, simply add `/// <reference path="angular.d.ts" />` 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.