Skip to content

Commit 1290ff1

Browse files
Fix formatting in Browser section of README.md
Hey all! I saw strange formatting in the README.md and figured it was an extra three backticks ``` Sure enough, deleting those made the section render as intended. I also reworded one of the sentences that had three "and"s to make it a little more legible.
1 parent de98117 commit 1290ff1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ pnpm clean
9999

100100
### Interact via Browser
101101

102-
```
103102
Once the agent is running, you should see the message to run "pnpm start:client" at the end.
104-
Open another terminal and move to same directory and then run below command and follow the URL to chat to your agent.
103+
104+
Open another terminal, move to same directory, run the command below, then follow the URL to chat with your agent.
105105

106106
```bash
107107
pnpm start:client

0 commit comments

Comments
 (0)