Skip to content

Commit c7f4040

Browse files
committed
fix example docs
1 parent 29570de commit c7f4040

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ In order to use the angular service you first must add the relevant dependencies
3232

3333
```html
3434
<script type="text/javascript" src="angular.js"></script>
35-
<script type="text/javascript" src="HTML5-Desktop-Notifications2/desktop-notify.js"></script>
35+
<script type="text/javascript" src="html5-desktop-notifications/dist/Notification.js"></script>
3636
<script type="text/javascript" src="angular-web-notification.js"></script>
3737
```
3838

project/config/README-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ In order to use the angular service you first must add the relevant dependencies
3232

3333
```html
3434
<script type="text/javascript" src="angular.js"></script>
35-
<script type="text/javascript" src="HTML5-Desktop-Notifications2/desktop-notify.js"></script>
35+
<script type="text/javascript" src="html5-desktop-notifications/dist/Notification.js"></script>
3636
<script type="text/javascript" src="angular-web-notification.js"></script>
3737
```
3838

0 commit comments

Comments
 (0)