Skip to content

Commit

Permalink
lil fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
NikSativa committed Sep 17, 2024
1 parent e4a3e0b commit dc5d87f
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,12 @@ class RealStringService: StringService {

### Spryable + Macro

$${\color{red}**Available only for Swift 6.0 and higher.**}$$
> [!WARNING]
> **Available only for Swift 6.0 and higher.**
> [!TIP]
> [MacroAvailable](#MacroAvailable) - how to handle breaking API changes.
- *Spryable* macro generates Spryable conformance for a class.
- *SpryableFunc* macro generates body for function with correct name and arguments.
- *SpryableVar* macro generates body for property with correct name and accessors.
Expand Down Expand Up @@ -154,7 +159,7 @@ final class FakeStringService: StringService, Spryable {

## Stubbable

_Spryable conforms to Stubbable.
_Spryable conforms to Stubbable._

__Abilities__

Expand Down Expand Up @@ -212,7 +217,7 @@ FakeStringService.resetStubs()

## Spyable

_Spryable conforms to Spyable.
_Spryable conforms to Spyable._

__Abilities__

Expand Down

0 comments on commit dc5d87f

Please sign in to comment.