From 5ee8048349584987914ee53e1a98620d4497ea78 Mon Sep 17 00:00:00 2001 From: osrm <90407222+osrm@users.noreply.github.com> Date: Sun, 28 Jul 2024 23:22:08 +0900 Subject: [PATCH] chore: correction typo README.md Fixed a spelling error. Hope it helps. yout => your --- example/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/README.md b/example/README.md index f9acb6075..629e5fa89 100644 --- a/example/README.md +++ b/example/README.md @@ -25,7 +25,7 @@ First create a free account and download your client id from https://thirdweb.co cd example cp EXAMPLE.env .env ``` -Finally, insert yout Thirdweb client id in specified location of `example/.env` file: +Finally, insert your Thirdweb client id in specified location of `example/.env` file: ``` THIRD_WEB_CLIENT_ID=INSERT_CLIENT_ID_HERE ``` @@ -53,4 +53,4 @@ Running tests locally is useful when updating GitHub actions, or locally testing 5. You can stop the XMTP server with the following command: ```bash docker-compose -p xmtp -f dev/local/docker-compose.yml down - ``` \ No newline at end of file + ```