From f53a9bc1e803b641cd7e9d22ff5ec45fbddc7b9d Mon Sep 17 00:00:00 2001 From: Yoshinori Imajo Date: Mon, 4 Dec 2023 16:44:31 +0900 Subject: [PATCH 1/2] Fix typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15e6915..9d67fcc 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ extension Example { } ``` -## Instaration +## Installation ### For Xcode From ef05940ee681aecd47b13c267138e6ec72965e10 Mon Sep 17 00:00:00 2001 From: Yoshinori Imajo Date: Mon, 4 Dec 2023 16:45:40 +0900 Subject: [PATCH 2/2] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d67fcc..a8b3da0 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ By simply annotating a struct or class with `@FatalTestValue`, it auto-generates ## Quick start -To get started, import FatalTestValue: `import FatalTestValue`, annotate your struct or class with `@FatalTestValue`: +To get started, import FatalTestValue: `import FatalTestValue`, annotate your struct or class with `@FatalTestValue`: ```swift import FatalTestValue @@ -77,4 +77,3 @@ and then add the product to any target that needs access to the macro: package: "swift-fatal-test-value" ) ``` -