From f92e74b43802a5708770b210bcd7511864d79869 Mon Sep 17 00:00:00 2001 From: Gaspard Wierzbinski Date: Wed, 22 May 2024 11:35:14 -1000 Subject: [PATCH] fix: Fix typo in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a5db534..f568e8d 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ ## 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: ```bash bun i bun docs:dev -``` \ No newline at end of file +```