Skip to content

Commit

Permalink
docs(readme): Fix incorrect script url in readme file
Browse files Browse the repository at this point in the history
Scipt rul incorrectly included a /js/ directory.

Closes #20
  • Loading branch information
dalelotts committed Sep 28, 2016
1 parent c99b304 commit 1f50562
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 @@ -66,7 +66,7 @@ Load the script files in your application:
```html
<script type="text/javascript" src="node_modules/moment/moment.js"></script>
<script type="text/javascript" src="node_modules/angular/angular.js"></script>
<script type="text/javascript" src="node_modules/angular-date-time-input/src/js/dateTimeInput.js"></script>
<script type="text/javascript" src="node_modules/angular-date-time-input/src/dateTimeInput.js"></script>
```

Add this module as a dependency to your application module:
Expand Down

0 comments on commit 1f50562

Please sign in to comment.