README.md in exvo_helpers-0.0.1 vs README.md in exvo_helpers-0.0.2
- old
+ new
@@ -5,24 +5,24 @@
## Examples
Results are from the 'development' Rails environment:
```ruby
-Exvo.cfs_host => 'cfs.exvo.local'
-Exvo.desktop_host => 'www.exvo.local'
-Exvo.themes_host => 'themes.exvo.local'
+Exvo::Helpers.cfs_host => 'cfs.exvo.local'
+Exvo::Helpers.desktop_host => 'www.exvo.local'
+Exvo::Helpers.themes_host => 'themes.exvo.local'
-Exvo.cfs_uri => 'http://cfs.exvo.local'
-Exvo.desktop_uri => 'http://www.exvo.local'
-Exvo.themes_uri => 'http://themes.exvo.local'
+Exvo::Helpers.cfs_uri => 'http://cfs.exvo.local'
+Exvo::Helpers.desktop_uri => 'http://www.exvo.local'
+Exvo::Helpers.themes_uri => 'http://themes.exvo.local'
```
-For consistency, there are also read-only `auth_host/auth_uri` methods, that just pass execution to the [exvo-auth](https://github.com/Exvo/Auth) gem (so it's required this gem is available when using them):
+For consistency, there are also read-only `auth_host/auth_uri` methods, that just pass execution to the [exvo-auth](https://github.com/Exvo/Auth) gem (so it's required that exvo-auth gem is available when using them):
```ruby
-Exvo.auth_host => 'exvo.auth.local'
-Exvo.auth_uri => 'http://exvo.auth.local'
+Exvo::Helpers.auth_host => 'exvo.auth.local'
+Exvo::Helpers.auth_uri => 'http://exvo.auth.local'
```
## Overwriting
@@ -35,12 +35,12 @@
```
The other one is to set it in the application's config file:
```ruby
-Exvo.cfs_host = 'test.cfs.exvo.com'
-Exvo.desktop_host = 'test.exvo.com'
-Exvo.themes_host = 'test.themes.exvo.com'
+Exvo::Helpers.cfs_host = 'test.cfs.exvo.com'
+Exvo::Helpers.desktop_host = 'test.exvo.com'
+Exvo::Helpers.themes_host = 'test.themes.exvo.com'
```
Copyright © 2011 Exvo.com Development BV