Skip to content

Commit 6a21111

Browse files
committed
chore: Improve message consistency in readme and --version output
1 parent d0844d3 commit 6a21111

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
**Bringing chaos with love.**
1010

1111
Dochia automatically generates and executes negative and boundary API testing, so you and your AI agents can focus on
12-
building, not breaking.
12+
building, not writing endless test cases or debugging edge-case failures.
1313

1414
Because nobody wants to debug why their "enterprise-grade" API can't handle a simple 🤷‍♀️
1515

src/main/java/dev/dochia/cli/core/util/VersionProvider.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ public class VersionProvider implements CommandLine.IVersionProvider {
2727
2828
@|bold,underline Because nobody wants to debug why their "enterprise-grade" API can't handle a simple 🤷‍♀️|@
2929
30-
dochia automatically generates and executes negative and boundary testing so you can
31-
focus on creative problem-solving. dochia lets you find bugs, security vulnerabilities,
32-
and contract violations in your API without writing a single test.
30+
@|magenta dochia|@ finds bugs, security vulnerabilities, and contract violations in your API - so you and your
31+
AI agents can focus on building, not writing endless test cases or debugging edge-case failures.
3332
34-
@|yellow GitHub:|@ https://github.com/dochia-dev/dochia-cli
35-
@|yellow Docs:|@ https://docs.dochia.dev
33+
@|yellow GitHub:|@ https://github.com/dochia-dev/dochia-cli
34+
@|yellow Docs:|@ https://docs.dochia.dev
35+
@|yellow Agent Skills:|@ @|magenta dochia|@ init-skills
3636
""";
3737

3838
@Override

0 commit comments

Comments
 (0)