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

Commit c58ef42

Browse files
committed
fix README according to 1.0
1 parent d3a2396 commit c58ef42

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Adrenaline
22

3-
**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!
4-
53
[![build status](https://img.shields.io/travis/gyzerok/adrenaline/master.svg?style=flat-square)](https://travis-ci.org/gyzerok/adrenaline)
64
[![npm version](https://img.shields.io/npm/v/adrenaline.svg?style=flat-square)](https://www.npmjs.com/package/adrenaline)
75
[![npm downloads](https://img.shields.io/npm/dm/adrenaline.svg?style=flat-square)](https://www.npmjs.com/package/adrenaline)
@@ -21,9 +19,9 @@ Adrenaline intends to provide you Relay-like ability to describe your components
2119

2220
## Installation
2321

24-
`npm install --save adrenaline@1.0.0-rc2`
22+
`npm install --save adrenaline`
2523

26-
Adrenaline requires **React 0.14 or later.**
24+
Adrenaline requires **React 15.0 or later.**
2725

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

0 commit comments

Comments
 (0)