diff --git a/README.md b/README.md index 8ff6723..c88dc94 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ ## Install ```bash -npm install @capacitor/file-viewer +npm install @capacitor/file-viewer@latest-7 npx cap sync ``` diff --git a/packages/capacitor-plugin/README.md b/packages/capacitor-plugin/README.md index 2675b88..5db46fe 100644 --- a/packages/capacitor-plugin/README.md +++ b/packages/capacitor-plugin/README.md @@ -7,7 +7,7 @@ The media preview methods are currently only supported on iOS. It uses a built-i ## Install ```bash -npm install @capacitor/file-viewer +npm install @capacitor/file-viewer@latest-7 npx cap sync ```