Skip to content

Commit

Permalink
Merge pull request pouchdb-community#133 from brunopedroso/master
Browse files Browse the repository at this point in the history
fixing readme reference to config key, concerning adapter blueprint.
  • Loading branch information
backspace committed Aug 2, 2016
2 parents 306fe68 + dd94847 commit 0adc63a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Now you can store your localDb and remoteDb names in your ember-cli's config. J

```javascript
ENV.emberPouch.localDb = 'test';
ENV.emberPouch.remoteDB = 'http://localhost:5984/my_couch';
ENV.emberPouch.remoteDb = 'http://localhost:5984/my_couch';
```

## Relationships
Expand Down

0 comments on commit 0adc63a

Please sign in to comment.