Update README.md
This commit is contained in:
parent
270a754308
commit
2f4074d2b5
11
README.md
11
README.md
|
@ -1,6 +1,7 @@
|
||||||
# SwiftUI Navigation
|
# SwiftUI Navigation
|
||||||
|
|
||||||
[](https://github.com/pointfreeco/swiftui-navigation/actions/workflows/ci.yml)
|
[](https://github.com/pointfreeco/swiftui-navigation/actions/workflows/ci.yml)
|
||||||
|
[](http://pointfree.co/slack-invite)
|
||||||
[](https://swiftpackageindex.com/pointfreeco/swiftui-navigation)
|
[](https://swiftpackageindex.com/pointfreeco/swiftui-navigation)
|
||||||
[](https://swiftpackageindex.com/pointfreeco/swiftui-navigation)
|
[](https://swiftpackageindex.com/pointfreeco/swiftui-navigation)
|
||||||
|
|
||||||
|
@ -9,6 +10,7 @@ Tools for making SwiftUI navigation simpler, more ergonomic and more precise.
|
||||||
* [Overview](#overview)
|
* [Overview](#overview)
|
||||||
* [Examples](#examples)
|
* [Examples](#examples)
|
||||||
* [Learn more](#learn-more)
|
* [Learn more](#learn-more)
|
||||||
|
* [Community](#community)
|
||||||
* [Installation](#installation)
|
* [Installation](#installation)
|
||||||
* [Documentation](#documentation)
|
* [Documentation](#documentation)
|
||||||
* [License](#license)
|
* [License](#license)
|
||||||
|
@ -85,6 +87,15 @@ You can watch all of the episodes [here](https://www.pointfree.co/collections/sw
|
||||||
<img alt="video poster image" src="https://d3rccdn33rt8ze.cloudfront.net/episodes/0211.jpeg" width="600">
|
<img alt="video poster image" src="https://d3rccdn33rt8ze.cloudfront.net/episodes/0211.jpeg" width="600">
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
## Community
|
||||||
|
|
||||||
|
If you want to discuss this library or have a question about how to use it to solve
|
||||||
|
a particular problem, there are a number of places you can discuss with fellow
|
||||||
|
[Point-Free](http://www.pointfree.co) enthusiasts:
|
||||||
|
|
||||||
|
* For long-form discussions, we recommend the [discussions](http://github.com/pointfreeco/swiftui-navigation/discussions) tab of this repo.
|
||||||
|
* For casual chat, we recommend the [Point-Free Community slack](http://pointfree.co/slack-invite).
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
You can add SwiftUI Navigation to an Xcode project by adding it as a package dependency.
|
You can add SwiftUI Navigation to an Xcode project by adding it as a package dependency.
|
||||||
|
|
Loading…
Reference in New Issue