Skip to content

Commit

Permalink
update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jamestalmage committed Mar 6, 2015
1 parent 6e8b580 commit b43a101
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ng-test-utils
=============
Cleaner, less verbose tests for your angular app!
Cleaner, less verbose tests for your Angular app!

Angular is an amazing framework, but its dependency injection framework can lead to some pretty verbose tests:

Expand Down Expand Up @@ -61,7 +61,7 @@ Each module contains its own set of examples that will help get you started.

@ngInject
---------
The `@ngInject` annotation allows you to inject instances from the angular dependency injection framework
The `@ngInject` annotation allows you to inject instances from the Angular dependency injection framework
directly in to your tests with ease. Variable names are used to infer the instance name you want injected, so

```javascript
Expand Down

0 comments on commit b43a101

Please sign in to comment.