Skip to content

Commit

Permalink
Missing ',' in the example code
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpablob committed Apr 25, 2017
1 parent a5f1b1a commit 06d5705
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ angular.module('yourApp', ['environment']).
staticUrl: '//static.acme.dev.test',
// antoherCustomVar: 'lorem',
// antoherCustomVar: 'ipsum'
}
},
production: {
apiUrl: '//api.acme.com/v1',
staticUrl: '//static.acme.com',
Expand All @@ -81,7 +81,7 @@ angular.module('yourApp', ['environment']).
// anotherStage: {
// customVar: 'lorem',
// customVar: 'ipsum'
// }
// },
defaults: {
apiUrl: '//api.default.com/v1',
staticUrl: '//static.default.com'
Expand Down

0 comments on commit 06d5705

Please sign in to comment.