Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Adding comma in the code
  • Loading branch information
yyl committed Feb 19, 2016
1 parent 424fd9d commit bc47fa5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ This config will make the **first user** admin.
You can also set the adminEmails property which will will override this.
```javascript
AdminConfig = {
name: 'My App'
adminEmails: ['ben@code2create.com']
name: 'My App',
adminEmails: ['ben@code2create.com'],
collections: {
Posts: {}
}
},
};
```
#### 3. Define your data models ####
Expand Down

0 comments on commit bc47fa5

Please sign in to comment.