Skip to content

Commit 9f89c56

Browse files
committed
better readme.
1 parent 03e20c1 commit 9f89c56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ Get an API key from https://www.anthropic.com/api
3131
npm install -g mycoder
3232

3333
# Start MyCoder with a prompt
34-
mycoder "your prompt here"
34+
mycoder "fix all build errors and ensure the tests pass"
3535

3636
# Start in interactive mode
37-
mycoder --interactive
37+
mycoder -i
3838

3939
# Read prompt from a file
4040
mycoder --promptFile=your-prompt.txt

0 commit comments

Comments
 (0)