Skip to content

Commit e9b10a7

Browse files
sahajshuklaclaude
andauthored
docs: fix typo in README quickstart section (#123)
Changed `cd standard_agent` to `cd standard-agent` to match the actual repository name (using hyphen instead of underscore). Fixes #70 Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 38e940f commit e9b10a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ We hope the community will benefit from *Standard Agent* in the following ways:
4242
```bash
4343
# Clone and set up the project
4444
git clone <repository-url>
45-
cd standard_agent
45+
cd standard-agent
4646

4747
# Install dependencies
4848
make install

0 commit comments

Comments
 (0)