Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kittisakLS authored Jul 24, 2024
1 parent 2fe751c commit dc47839
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down Expand Up @@ -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.
---
Expand Down

0 comments on commit dc47839

Please sign in to comment.