Skip to content

Commit 5ddd16d

Browse files
committed
docs: markdown in README.md
1 parent d14076f commit 5ddd16d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ public class ApiClient(HttpClient client)
7575
7676
## Key Features
7777

78-
**Zero Configuration** - Works out of the box
79-
**Resilience** - Retry + Circuit breaker
80-
**Caching** - Intelligent HTTP response caching
81-
**Universal Handlers** - Non-generic response handling for REST APIs
82-
**HttpClient Substitution** - Switch between cached/non-cached implementations
83-
**Production Ready** - Used by companies in production
78+
- **Zero Configuration** Works out of the box
79+
- **Resilience** Retry + Circuit breaker
80+
- **Caching** Intelligent HTTP response caching
81+
- **Universal Handlers** Non-generic response handling for REST APIs
82+
- **HttpClient Substitution** Switch between cached/non-cached implementations
83+
- **Production Ready** Used by companies in production
8484

8585
> 📖 **Full Feature List**: [Documentation](docs/README.md#key-features)
8686

0 commit comments

Comments
 (0)