Skip to content
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.

Commit

Permalink
[docs] Use stricter versions in readme
Browse files Browse the repository at this point in the history
See #106
  • Loading branch information
toxicFork committed Oct 3, 2016
1 parent b4cae6c commit 48b870e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Would you like to know more? [See the wiki](https://github.com/toxicFork/react-t
> Currently supported react version: `15.3.1` ( things break fast when you fly this close to the sun )
> Currently supported three version: `0.79.0` ( need to update babel config to work better with rollup )
[![Join the chat at https://gitter.im/toxicFork/react-three-renderer](https://badges.gitter.im/toxicFork/react-three-renderer.svg)](https://gitter.im/toxicFork/react-three-renderer?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Build Status](https://travis-ci.org/toxicFork/react-three-renderer.svg)](https://travis-ci.org/toxicFork/react-three-renderer)

[![npm](https://nodei.co/npm/react-three-renderer.svg?downloads=true)](https://nodei.co/npm/react-three-renderer/)
Expand All @@ -19,7 +21,7 @@ Installation
============

```
npm install --save react react-dom three
npm install --save react@15.3.1 react-dom@15.3.1 three@0.79.0
npm install --save react-three-renderer
```

Expand Down

0 comments on commit 48b870e

Please sign in to comment.