Skip to content

Commit c01feaf

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 21a7b47 + d5dd2a6 commit c01feaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/toastNotifications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The onCreate and onDestroy Event Emitters emit the notification that was created
3333
<simple-notifications [options]="options" (onCreate)="created($event)" (onDestroy)="destroyed($event)"></simple-notifications>
3434
```
3535

36-
**If your app cannot find the built JS files for this package,** you may need to tell your build script to scan the `angular2-notifications` directory. See the related issue #25. Example:
36+
**If your app cannot find the built JS files for this package,** you may need to tell your build script to scan the `angular2-notifications` directory. See the related issue [#25](https://github.com/flauc/angular2-notifications/issues/25). Example:
3737

3838
```js
3939
'angular2-notifications/*.+(js|js.map)',

0 commit comments

Comments
 (0)