fix: Fix typo in README

This commit is contained in:
Gaspard Wierzbinski 2024-05-22 11:35:14 -10:00 committed by GitHub
parent bec33b35af
commit f92e74b438
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,11 +2,11 @@
## Contributing ## Contributing
This site is built with [VitePress](https://github.com/vuejs/vitepress), and ite content is written in Markdown format located in `docs`. For simple edits, you can directly edit the file on GitHub and generate a Pull Request. This site is built with [VitePress](https://github.com/vuejs/vitepress), and its content is written in Markdown format located in `docs`. For simple edits, you can directly edit the file on GitHub and generate a Pull Request.
For local development, [bun](https://bun.sh/) is preferred as package manager and runtime: For local development, [bun](https://bun.sh/) is preferred as package manager and runtime:
```bash ```bash
bun i bun i
bun docs:dev bun docs:dev
``` ```