Skip to content

Commit 69c8c36

Browse files
committed
chore: improve style in readme
1 parent 14aeedd commit 69c8c36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/tonik/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Generate type-safe API client packages for Dart and Flutter. Tonik produces idio
2828

2929
### Type-Safe Response Handling by Status Code and Content Type
3030

31-
Tonik generates distinct types for each response defined in your spec. When an endpoint returns different schemas for 200, 400, and 404you get separate, strongly-typed classes for each:
31+
Tonik generates distinct types for each response defined in your spec. When an endpoint returns different schemas for 200, 400, and 404 - you get separate, strongly-typed classes for each:
3232

3333
```dart
3434
final response = await petApi.updatePet(body: pet);
@@ -62,7 +62,7 @@ See [Composite Data Types](https://github.com/t-unit/tonik/blob/main/docs/compos
6262

6363
### No Name Conflicts
6464

65-
Use `Error`, `Response`, `List`, or any Dart built-in as schema names. Tonik uses scoped code emission to properly qualify all type referencesno naming collisions with `dart:core` or Dio.
65+
Use `Error`, `Response`, `List`, or any Dart built-in as schema names. Tonik uses scoped code emission to properly qualify all type references - no naming collisions with `dart:core` or Dio.
6666

6767
### Integer and String Enums
6868

@@ -85,7 +85,7 @@ Install with `dart pub global activate tonik` and run. No JVM, no Docker, no ext
8585

8686
### Universal Platform Support
8787

88-
Generated packages are pure Dart with no platform dependencies. Use them in Flutter apps targeting iOS, Android, web, desktop, or in server-side Dartthe same generated code works everywhere.
88+
Generated packages are pure Dart with no platform dependencies. Use them in Flutter apps targeting iOS, Android, web, desktop, or in server-side Dart - the same generated code works everywhere.
8989

9090
## Documentation
9191

0 commit comments

Comments
 (0)