Skip to content
This repository has been archived by the owner on Dec 31, 2018. It is now read-only.

Commit

Permalink
fix README according to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gyzerok committed Jul 5, 2016
1 parent d3a2396 commit c58ef42
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Adrenaline

**Warning:** master branch is currently out of sync with npm. Switch to the [0.11.1 tag](https://github.com/gyzerok/adrenaline/tree/v0.11.1) to see previous docs!

[![build status](https://img.shields.io/travis/gyzerok/adrenaline/master.svg?style=flat-square)](https://travis-ci.org/gyzerok/adrenaline)
[![npm version](https://img.shields.io/npm/v/adrenaline.svg?style=flat-square)](https://www.npmjs.com/package/adrenaline)
[![npm downloads](https://img.shields.io/npm/dm/adrenaline.svg?style=flat-square)](https://www.npmjs.com/package/adrenaline)
Expand All @@ -21,9 +19,9 @@ Adrenaline intends to provide you Relay-like ability to describe your components

## Installation

`npm install --save adrenaline@1.0.0-rc2`
`npm install --save adrenaline`

Adrenaline requires **React 0.14 or later.**
Adrenaline requires **React 15.0 or later.**

Adrenaline uses `fetch` under the hood so you need to install the [polyfill](https://github.com/github/fetch) by yourself.

Expand Down

0 comments on commit c58ef42

Please sign in to comment.