Skip to content

Commit

Permalink
chore: update readme [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
EnesKaraosman committed Mar 29, 2024
1 parent 52ed8df commit 593572d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# LoremSwiftify

> This package is created to challange Swift Macros and it's under development. So currently support types are limited
### Todos
### Features
- [X] Support class (nesting is supported as well)
- [X] Support struct (nesting is supported as well)
- [X] Support enum (nesting is supported as well)
Expand Down Expand Up @@ -35,7 +33,6 @@ Then use `StructName.lorem()` or `ClassName.lorem()` or `EnumName.lorem()`. Basi


```swift
import Foundation
import LoremSwiftify

@LoremSwiftify
Expand Down

0 comments on commit 593572d

Please sign in to comment.