Skip to content

Commit 7fc5554

Browse files
committed
Update README.md
added missing commas
1 parent 0aa153a commit 7fc5554

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Many of my styles have been from the many pair programming sessions [Ward Bell](
131131
var app = angular.module('app', [
132132
'ngAnimate',
133133
'ngRoute',
134-
'app.shared'
134+
'app.shared',
135135
'app.dashboard'
136136
]);
137137
```
@@ -144,7 +144,7 @@ Many of my styles have been from the many pair programming sessions [Ward Bell](
144144
.module('app', [
145145
'ngAnimate',
146146
'ngRoute',
147-
'app.shared'
147+
'app.shared',
148148
'app.dashboard'
149149
]);
150150
```

0 commit comments

Comments
 (0)