Skip to content

Commit 75e00f9

Browse files
committed
readme updated
1 parent fec00b2 commit 75e00f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ angular.module('yourApp', ['environment']).
7575

7676
// run the environment check, so the comprobation is made
7777
// before controllers and services are built
78-
envProvider.check();
78+
envServiceProvider.check();
7979
});
8080
```
8181

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

133133
* Support for adding domains with wildcards or regex
134+
* Comprobe Add logic to `check()`
134135
* Testing
135136

136137
## Support

0 commit comments

Comments
 (0)