From 254a69b335e9cd760758a2944c34b6c0639eed84 Mon Sep 17 00:00:00 2001 From: Kirill Khoroshilov Date: Sat, 3 Apr 2021 13:41:14 +0300 Subject: [PATCH 1/2] dics: update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b2e628..8d9217f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # react-inversify -Collection of decorators and hooks for interaction with [InversifyJS](https://github.com/inversify/InversifyJS/) container within [React](https://github.com/facebook/react) components. +Use the power of [InversifyJS](https://github.com/inversify/InversifyJS/) in your [React](https://github.com/facebook/react) application.
Version @@ -9,7 +9,7 @@ Collection of decorators and hooks for interaction with [InversifyJS](https://gi [RU](https://github.com/org-redtea/react-inversify/blob/master/docs/ru/README.md) -## Installation +## :hammer_and_wrench: Installation Yarn ```bash From 8cc5f403ce3c5d08fa2a6232c06c5e0c961c671b Mon Sep 17 00:00:00 2001 From: Kirill Khoroshilov Date: Sat, 3 Apr 2021 13:44:50 +0300 Subject: [PATCH 2/2] docs: update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d9217f..068c901 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,11 @@ Use the power of [InversifyJS](https://github.com/inversify/InversifyJS/) in you Yarn ```bash -$ yarn add -E @redtea/react-inversify +$ yarn add -E inversify reflect-metadata @redtea/react-inversify ``` Npm ```bash -$ npm install -E @redtea/react-inversify +$ npm install -E inversify reflect-metadata @redtea/react-inversify ``` ## Example