Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Add the following to your `Package.swift` file:

```swift
dependencies: [
.package(url: "https://github.com/den-ree/chiui", from: "1.0.0")
.package(url: "https://github.com/den-ree/chiui", from: "1.0.1")
]
```

Expand Down Expand Up @@ -110,8 +110,6 @@ struct EntryView: ContextualView {

Please visit our [Documentation](https://den-ree.github.io/chiui/documentation/chiui/).

Hosted DocC can be published with the `Publish DocC` workflow to GitHub Pages.

## Why Chiui

- Local view state and global store state are clearly separated.
Expand Down
Loading