Skip to content

Commit

Permalink
changed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hisco committed Dec 8, 2018
1 parent 936f212 commit 63e88a2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Rolling time window store

[![Greenkeeper badge](https://badges.greenkeeper.io/hisco/rolling-windows.svg)](https://greenkeeper.io/)

[![NPM Version][npm-image]][npm-url]
[![Build Status][travis-image]][travis-url]
[![Test Coverage][coveralls-image]][coveralls-url]
Expand Down Expand Up @@ -62,8 +61,8 @@ No worries you can just use a 'Rolling window'!

### Using TypeScript
```ts
import {rollingTimeWindow} from 'rolling-time-window';
//Now you can use `rollingTimeWindow.TimeBasedWindowCounter` etc...
import {TimeBasedWindowCounter , GenericTimeBasedStore} from 'rolling-time-window';

```

## Why not just array?
Expand Down

0 comments on commit 63e88a2

Please sign in to comment.