Skip to content

Commit 3e0affd

Browse files
authored
Fix formatting in README.md for clarity
1 parent 02ad19c commit 3e0affd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,9 @@ The features that make an agent feel like a usable product: context, memory mana
9292

9393
Two-target Swift Package Manager project:
9494

95-
**Core** is the library — API client, shell executor, agent loop, tools, everything testable. **cli** is just the entry point. The executable is called `claude`.
95+
**Core** is the library — API client, shell executor, agent loop, tools, everything testable.
96+
97+
**CLI** is just the entry point. The executable is called `claude`.
9698

9799
Raw HTTP to `POST https://api.anthropic.com/v1/messages` using [AsyncHTTPClient](https://github.com/swift-server/async-http-client). Works on both macOS and Linux.
98100

0 commit comments

Comments
 (0)