Skip to content

Commit

Permalink
version bump and fixing readme
Browse files Browse the repository at this point in the history
  • Loading branch information
minond committed Sep 20, 2014
1 parent 7b846e9 commit ae12069
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ example, when checking for:
this is also all configurable:

```js
// use defaults
// instance of a Configuration object using the defaults
var config1 = require('acm');

// or overwrite any one of these settings
var config2 = new Configuration({
// create a new instance that uses another set of configuration data
var config2 = new config1.Configuration({
paths: [ 'myconfigs/', 'node_modules/hey/config/' ],
env: {
github: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "acm",
"version": "1.0.0",
"version": "1.0.2",
"description": "another configuraiton module",
"main": "src/configuration.js",
"keywords": [
Expand Down

0 comments on commit ae12069

Please sign in to comment.