From 5c8b4c6f95616d9c759012ee429cffa032b59d90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=AA=20Anh=20V=C5=A9?= <61783362+leanhvu21042001@users.noreply.github.com> Date: Tue, 1 Nov 2022 11:58:03 +0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4686f01a..7c8c4fa2 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ As @a-koka pointed out, you should then update your package.json to At the command line, in your project folder, type: -`react-native link react-native-fs` +`npx react-native link react-native-fs` Done! No need to worry about manually adding the library to your project.