Skip to content

Commit a1149ea

Browse files
passybtford
authored andcommitted
fix(readme): Corrected file extension in example
Reported by @vermilion1, fixes #171
1 parent 7c5e03c commit a1149ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ By default, generators produce unannotated code. Without annotations, AngularJS'
188188
yo angular:controller user --minsafe
189189
```
190190

191-
Produces `app/controller/user.coffee`:
191+
Produces `app/controller/user.js`:
192192
```javascript
193193
angular.module('myMod').controller('UserCtrl', ['$scope', function ($scope) {
194194
// ...

0 commit comments

Comments
 (0)