From 98f2ddda78feeb0d4a155585d8d83304ecab41cf Mon Sep 17 00:00:00 2001 From: Stabzs Date: Tue, 31 May 2016 14:47:55 -0600 Subject: [PATCH] fix(README): typo in readme markdown Fixed typo in readme markdown. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4daea8a..7daafbb6 100644 --- a/README.md +++ b/README.md @@ -325,7 +325,7 @@ is not provided, it will be defaulted to 'Default'. * Component: The `body` argument is the name of the component class to be rendered as the content of the toast. -```typescript + ```typescript import {BodyOutputType} from 'angular2-toaster/angular2-toaster'; @Component({