Skip to content

Commit

Permalink
docs(README): "Configure Client" section is in sync with the code
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-molak committed Jan 4, 2014
1 parent f370df3 commit a8a9558
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 a8a9558

Please sign in to comment.