Skip to content

Commit

Permalink
Move installation notes in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
danielstjules committed Sep 13, 2015
1 parent ff78d3b commit b432e7d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ unimplemented syntax and features, until v8/node supports ES7 async/await.

[![Build Status](https://travis-ci.org/danielstjules/async-class.svg?branch=master)](https://travis-ci.org/danielstjules/async-class)

## Installation

```
npm install --save async-class
```

## Overview

Using only ES6 features, how would you achieve a class like the following?
Expand Down Expand Up @@ -76,9 +82,3 @@ wrap(FakeDataStore);
```
Clean ES6 classes and async methods!
## Installation
```
npm install --save async-class
```

0 comments on commit b432e7d

Please sign in to comment.