Skip to content

Commit

Permalink
Fixex mispelling in README
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Sep 3, 2009
1 parent 152c4e5 commit fa0179f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.textile
Expand Up @@ -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:

<pre><code>
configuration.configure_from_yaml('/path/to/file.yml')
configatron.configure_from_yaml('/path/to/file.yml')
</code></pre>

h3. Namespaces
Expand Down

0 comments on commit fa0179f

Please sign in to comment.