Skip to content

Commit d5dd2a6

Browse files
authored
Merge pull request #126 from jiayihu/patch-1
docs: add link to issue #25
2 parents b907f51 + 6811070 commit d5dd2a6

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)