Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Add missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecannon committed Mar 22, 2016
1 parent 2b18178 commit 4b315a6
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 @@ -32,7 +32,7 @@ Instructions for using moment-timezone with webpack
```javascript
var angular = require('angular');
require('angular-moment');
var ngModule = anglar.module('ngApp',['angularMoment'])
var ngModule = anglar.module('ngApp',['angularMoment']);
ngModule.constant('moment', require('moment-timezone'));
```

Expand Down

0 comments on commit 4b315a6

Please sign in to comment.