From 03f542e6326b4d3b71451f53f8e897e30321ca12 Mon Sep 17 00:00:00 2001 From: Brian Zinn Date: Tue, 9 Jun 2020 09:28:18 -0700 Subject: [PATCH] install latest --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fc7a7353..311e62cb 100644 --- a/README.md +++ b/README.md @@ -9,15 +9,14 @@ You can also build your own custom 3D controls with functional components. Conte [![NPM downloads](http://img.shields.io/npm/dm/react-babylonjs.svg?style=flat-square)](https://www.npmjs.com/package/react-babylonjs) ## How to Install -Until I fix issue #69 on latest 2.2, please install version 2.1.0. ```sh $ cd -$ npm i react-babylonjs@2.1.0 +$ npm i react-babylonjs ``` OR ```sh $ cd -$ yarn add react-babylonjs@2.1.0 +$ yarn add react-babylonjs ``` `react-babylonjs` *v2+* relies on the **ES6** `@babylonjs/*` NPMs. If you are want to use the `babylonjs` NPM then use the last *v1.x* of `react-babylonjs` (ie: yarn add react-babylonjs@1.0.3).