angular / angular-hint

run-time hinting for AngularJS applications
362 stars 45 forks source link

docs: Readme #31

Open ealtenho opened 10 years ago

ealtenho commented 10 years ago

@btford I'm not following this line in the README:

Add <script src="hint.js"></script> to your app's index.html immediately after the angular.js script.

Since angularHint depends on a built version of the file, wouldn't an application need to reference dist/hint.js to load the correct script?