From 5f1ce529e5fe93e7db09a6571e930d411c1dc1d1 Mon Sep 17 00:00:00 2001 From: Alexander Tartmin Date: Tue, 28 Jul 2020 22:02:02 +0300 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c8708af..46a6441 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,12 @@ Run the following command in your project's directory to grab the latest publish $ npm install react-native-event-source --save ``` +Install type definitions in the following way: + +```bash +$ npm install --save-dev @types/react-native-event-source +``` + ### Using in your project ```js