Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit 7a73ccd

Browse files
committed
Break long line up to fix super linter error
1 parent 01ab8c0 commit 7a73ccd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ Please note that this feature is still in its experimental stage. While it can a
4343

4444
### AI-Assisted Code Review
4545

46-
`aicodebot review` will run a code review on your code and suggest improvements. By default it will look at [un]staged changes, and you can also supply a specific commit hash to review. It's goal is to suggest how to make the code better, and we've found that it often teaches us new things about our code and makes us better programmers. It's not perfect, but it's a great way to get a second set of robot eyes on your code.
46+
`aicodebot review` will run a code review on your code and suggest improvements. By default it will look at [un]staged changes, and you can also supply a specific commit hash to review.
47+
It's goal is to suggest how to make the code better, and we've found that it often teaches us new things about our code and makes us better programmers. It's not perfect, but it's a great way to get a second set of robot eyes on your code.
4748

4849
### AI-Assisted Debugging
4950

0 commit comments

Comments
 (0)