diff --git a/README.md b/README.md index fe2cc1c..6ecc879 100644 --- a/README.md +++ b/README.md @@ -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") ] ``` @@ -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.