From 82ebb181a0c742d2f950299df2f3322eac33094e Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sat, 10 Dec 2016 22:12:24 +0100 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8789a6c..297c164 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ We recommend the use of TypeScript for best Intellisense smartsystem supports both npm and SystemJs as module loader. -```typescript +```javascript import { LazyModule } from 'smartsystem' import * as _myPlugin from 'myPlugin' // plugin does not get loaded here at runtime