chore: Update package README (#2601)

Update README.md

yarn bootstrap needs package.json which is in package directory.
This commit is contained in:
mbghsource
2024-02-23 10:37:44 -08:00
committed by GitHub
parent 8225ac1aff
commit 86637ac112

View File

@@ -30,7 +30,7 @@ To try the playground out for yourself, run the following commands:
```sh ```sh
git clone https://github.com/mrousavy/react-native-vision-camera git clone https://github.com/mrousavy/react-native-vision-camera
cd react-native-vision-camera cd react-native-vision-camera/package
yarn bootstrap yarn bootstrap
``` ```