From 1aaf05a8379218f2f64969a3309c9cc4339de786 Mon Sep 17 00:00:00 2001 From: dankinsoid <30962149+dankinsoid@users.noreply.github.com> Date: Tue, 26 Mar 2024 22:34:28 +0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dad2066..0626c74 100644 --- a/README.md +++ b/README.md @@ -288,7 +288,7 @@ struct Pet { /// POST /pet/{id}/uploadImage @POST public func uploadImage(_ body: Data, @Query additionalMetadata: String? = nil) {} - } + } } ``` Macros are not necessary for using `swift-api-client`; they are just syntax sugar. In general, it's not recommended to use a lot of macros for large projects when compilation time becomes a problem; core library syntax is minimalistic enough.