Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicky Lenaers committed Jul 20, 2017
1 parent f199092 commit ed1438c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $ npm install @nicky-lenaers/ngx-scroll-to
```

## Setup
```ts
```js
...
import { ScrollToModule } from '@nicky-lenaers/ngx-scroll-to';
...
Expand Down Expand Up @@ -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({
Expand Down

0 comments on commit ed1438c

Please sign in to comment.