From 5948ab0ca6e0252f2d5c65ee4136f3fc9e7618b1 Mon Sep 17 00:00:00 2001 From: ethanalee1 Date: Sat, 7 Jun 2025 20:53:31 -0700 Subject: [PATCH] Update README.md The description should specify clicking the three dots and not creating a new post. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d41166d..80b6de3 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ After that, if you run `npm run dev` again, all checks should pass and you shoul ### Step 4: Testing your app -Once the initial configuration is done, you can test your application by navigating to your test subreddit, clicking the three dots icon on the top-right and creating a new post. The command will be called `[Bolt Word Guesser] New Post`. Once you create a new post you can go back and forth with Bolt by prompting your way to making your app and testing it on Reddit. +Once the initial configuration is done, you can test your application by navigating to your test subreddit, clicking the three dots icon on the top-right. The command will be called `[Bolt Word Guesser] New Post`. Once you create a new post you can go back and forth with Bolt by prompting your way to making your app and testing it on Reddit. Now vibe code away!