diff --git a/README.md b/README.md index d3286b8..1f1035a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # AngularJS Environment Plugin -Version 1.0.3 +

+ + + +

An useful plugin that allows you to set up different variables such as API Url, Sockets, Paths, etc, based on the context of script execution, which means you can set up (for example) different API endpoints depending if you are working on development, stage or production. @@ -130,7 +134,7 @@ var allVars = envService.read('all'); // gets all variables configured under the ## To-Do -* Support for adding domains with wildcards or regex +* Support for adding domains with wildcards or ~~regex~~ * Comprobe Add logic to `check()` * Testing