Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

Commit

Permalink
added ")"
Browse files Browse the repository at this point in the history
  • Loading branch information
merlos committed Apr 29, 2015
1 parent b82731d commit c0aa823
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 @@ -55,7 +55,7 @@ ngToast is a simple Angular provider for toast notifications.
// clear all toasts:
ngToast.dismiss();

// Create toasts styled with bootstrap alerts (http://getbootstrap.com/components/#alerts
// Create toasts styled with bootstrap alerts (see http://getbootstrap.com/components/#alerts)
ngToast.success('a toast message...');
ngToast.info('a toast message...');
ngToast.warning('a toast message...');
Expand Down

0 comments on commit c0aa823

Please sign in to comment.