Skip to content

Commit

Permalink
Merge pull request angular-app#209 from jan-molak/master
Browse files Browse the repository at this point in the history
docs(README): "Configure Client" section is in sync with the code
  • Loading branch information
petebacondarwin committed Jan 10, 2014
2 parents f370df3 + a8a9558 commit bedc80e
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 @@ -114,7 +114,7 @@ The client specifies the name of the MongoDB to use in `client/src/app/app.js`.
```
angular.module('app').constant('MONGOLAB_CONFIG', {
baseUrl: 'http://localhost:3000/databases/',
baseUrl: '/databases/',
dbName: 'ascrum'
});
```
Expand Down

0 comments on commit bedc80e

Please sign in to comment.