Skip to content

Commit 243b0fa

Browse files
committed
docs(readme) change include example path to relative
1 parent 3d93751 commit 243b0fa

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ Then add angular-pnotify.js.
4040
Here is an example using Bootstrap 3.
4141

4242
```html
43-
<link rel="stylesheet" href="/bower_components/bootstrap/dist/css/bootstrap.min.css">
44-
<link rel="stylesheet" href="/bower_components/pnotify/pnotify.core.css">
45-
<link rel="stylesheet" href="/bower_components/pnotify/pnotify.buttons.css">
46-
47-
<script src="/bower_components/jquery/dist/jquery.min.js"></script>
48-
<script src="/bower_components/angular/angular.js"></script>
49-
<script src="/bower_components/pnotify/pnotify.core.js"></script>
50-
<script src="/bower_components/pnotify/pnotify.confirm.js"></script>
51-
<script src="/bower_components/pnotify/pnotify.buttons.js"></script>
43+
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.min.css">
44+
<link rel="stylesheet" href="bower_components/pnotify/pnotify.core.css">
45+
<link rel="stylesheet" href="bower_components/pnotify/pnotify.buttons.css">
46+
47+
<script src="bower_components/jquery/dist/jquery.min.js"></script>
48+
<script src="bower_components/angular/angular.js"></script>
49+
<script src="bower_components/pnotify/pnotify.core.js"></script>
50+
<script src="bower_components/pnotify/pnotify.confirm.js"></script>
51+
<script src="bower_components/pnotify/pnotify.buttons.js"></script>
5252
<script src="bower_components/angular-pnotify/src/angular-pnotify.js"></script>
5353
```
5454

0 commit comments

Comments
 (0)