Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NuPlay authored Aug 6, 2022
1 parent 5f47fd1 commit 03c5911
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Once you have your Swift package set up, adding RichText as a dependency is as e

```swift
dependencies: [
.package(url: "https://github.com/NuPlay/RichText.git", .upToNextMajor(from: "1.7.0"))
.package(url: "https://github.com/NuPlay/RichText.git", .upToNextMajor(from: "2.0.0"))
]
```

Expand Down Expand Up @@ -185,10 +185,7 @@ Modifier | Default


### Known Issues
`Ambiguous use of ''`
The problem occurred by renaming the enum.
For now, please use it like `FontType.system`.

If you are trying to display very large content, it may not be displayed.

### Planned (Future work):
A variety of options.
Expand Down

0 comments on commit 03c5911

Please sign in to comment.