From dc478390289bce59279ee8aacd330e98da0d1ece Mon Sep 17 00:00:00 2001 From: kittisakLS <85727452+kittisakLS@users.noreply.github.com> Date: Wed, 24 Jul 2024 14:06:22 +0700 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 28e9a6f..15715d6 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ npm install bun install ``` -_Remark: For `pnpm`, there is a bit more configuration required which can be found (here)[]._ +_Remark: For `pnpm`, there is a bit more configuration required which can be found [here](https://docs.vue-pdf-viewer.dev/troubleshooting.html#_3-resolving-peer-dependency-version-mismatch-with-pnpm)._ ### Running the Example Project @@ -51,13 +51,13 @@ This repo includes an example project to demonstrate how to use VPV. To run the 1. **Serve the Application**: Use the following command to start the development server ```bash - npm run serve + npm run dev # or - yarn serve + yarn dev # or - pnpm install + pnpm run dev # or - bun install + bun run dev ``` 2. **Open in Browser**: Open your browser and navigate to `http://localhost:5173` (or the port specified in your terminal) to see the example project in action @@ -103,7 +103,7 @@ For more examples, please refer to the `src/App.vue` file in this repository: _Remark: If you would like more examples, feel free open an issue._ -For more configurations, please check the [documentation](https://docs-vue-pdf-viewer.logicspark.com) site. +For more configurations, please check the [documentation](https://docs.vue-pdf-viewer.dev) site. ---