From 34bb627a54448af411cca3b681540627d0110d23 Mon Sep 17 00:00:00 2001 From: Xing Yahao Date: Fri, 8 Jul 2022 19:37:06 +0900 Subject: [PATCH] Fix react example README typo. --- examples/react/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/react/README.md b/examples/react/README.md index a857d896c3..0453c3c561 100644 --- a/examples/react/README.md +++ b/examples/react/README.md @@ -1,13 +1,13 @@ # React with Bun runtime -This is a React project boostrapped with bun. +This is a React project bootstrapped with [bun](https://bun.sh/). ## Getting Started ### Cloning the repo ```sh -bun create react ./app +bun create react ./react-bun-app ``` ### Development