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).