From ed1438c390ffbda79183a29957c4afb82073192b Mon Sep 17 00:00:00 2001 From: Nicky Lenaers Date: Thu, 20 Jul 2017 17:55:01 +0200 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 77bc609..2e53717 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ $ npm install @nicky-lenaers/ngx-scroll-to ``` ## Setup -```ts +```js ... import { ScrollToModule } from '@nicky-lenaers/ngx-scroll-to'; ... @@ -52,7 +52,7 @@ export class AppModule { } ## Advanced Usage **my-component.ts** -```ts +```js import { ScrollToAnimationEasing, ScrollToEvent, ScrollToOffsetMap } from '@nicky-lenaers/ngx-scroll-to'; @Component({