Skip to content

Commit a63b53b

Browse files
authored
Update README.md
1 parent 47896c8 commit a63b53b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,17 @@ In TCA, integrating child domains into parent domains resulted in higher computa
2222
We've provided example implementations within this library. Currently, we only feature a simple GitHub repository search app, but we plan to expand with more examples in the future.
2323
- [Github Repository Search App](https://github.com/Ryu0118/swiftui-simplex-architecture/tree/main/Examples/Github-App)
2424

25+
## Documentation
26+
The documentation for main are available here:
27+
- [main](https://ryu0118.github.io/swiftui-simplex-architecture/documentation/simplexarchitecture/)
28+
2529
## Installation
2630
```Swift
2731
let package = Package(
2832
name: "YourProject",
2933
...
3034
dependencies: [
31-
.package(url: "https://github.com/Ryu0118/swiftui-simplex-architecture", exact: "0.8.0")
35+
.package(url: "https://github.com/Ryu0118/swiftui-simplex-architecture", exact: "0.9.0")
3236
],
3337
targets: [
3438
.target(

0 commit comments

Comments
 (0)