Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bigslycat committed Dec 26, 2018
1 parent 17859dc commit c0f6602
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Expand Up @@ -6,5 +6,19 @@ ES Observable proposal implementation
[![Coverage Status](https://coveralls.io/repos/github/bigslycat/es-observable/badge.svg?branch=master)](https://coveralls.io/github/bigslycat/es-observable?branch=master)
[![Greenkeeper badge](https://badges.greenkeeper.io/bigslycat/es-observable.svg)](https://greenkeeper.io/)

## Install

`npm install --save es-observable` or `yarn add es-observable`

## Usage

```js
import { Observable } from 'es-observable'

Observable.of( ... )
Observable.from( ... )
new Observable(observer => { ... })
```

[status-url]: https://travis-ci.org/bigslycat/es-observable
[status-img]: https://travis-ci.org/bigslycat/es-observable.svg?branch=master

0 comments on commit c0f6602

Please sign in to comment.