Skip to content

Commit

Permalink
readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpablob committed Jul 22, 2015
1 parent fec00b2 commit 75e00f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ angular.module('yourApp', ['environment']).

// run the environment check, so the comprobation is made
// before controllers and services are built
envProvider.check();
envServiceProvider.check();
});
```

Expand Down Expand Up @@ -131,6 +131,7 @@ var allVars = envService.read('all'); // gets all variables configured under the
## To-Do

* Support for adding domains with wildcards or regex
* Comprobe Add logic to `check()`
* Testing

## Support
Expand Down

0 comments on commit 75e00f9

Please sign in to comment.