Skip to content

Commit

Permalink
Merge pull request #11 from CuriositySoftware/yimajo-patch-1
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
yimajo committed Dec 4, 2023
2 parents 8f72465 + ef05940 commit c222973
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -48,7 +48,7 @@ extension Example {
}
```

## Instaration
## Installation

### For Xcode

Expand Down Expand Up @@ -77,4 +77,3 @@ and then add the product to any target that needs access to the macro:
package: "swift-fatal-test-value"
)
```

0 comments on commit c222973

Please sign in to comment.