diff --git a/README b/README index e94f993..813d44c 100644 --- a/README +++ b/README @@ -53,7 +53,7 @@ You can configure configatron from a hash as well: Notice how they're all namespaced for your as well. The same holds true for YAML files: - configuration.configure_from_yaml('/path/to/file.yml') + configatron.configure_from_yaml('/path/to/file.yml') ===Namespaces diff --git a/README.textile b/README.textile index db8bfc8..143db5c 100644 --- a/README.textile +++ b/README.textile @@ -70,7 +70,7 @@ You can configure configatron from a hash as well: Notice how they're all namespaced for your as well. The same holds true for YAML files:

-  configuration.configure_from_yaml('/path/to/file.yml')
+  configatron.configure_from_yaml('/path/to/file.yml')
 
h3. Namespaces