Skip to content

Commit 2f4074d

Browse files
authored
Update README.md
1 parent 270a754 commit 2f4074d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# SwiftUI Navigation
22

33
[![CI](https://github.com/pointfreeco/swiftui-navigation/actions/workflows/ci.yml/badge.svg)](https://github.com/pointfreeco/swiftui-navigation/actions/workflows/ci.yml)
4+
[![Slack](https://img.shields.io/badge/slack-chat-informational.svg?label=Slack&logo=slack)](http://pointfree.co/slack-invite)
45
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fpointfreeco%2Fswiftui-navigation%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/pointfreeco/swiftui-navigation)
56
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fpointfreeco%2Fswiftui-navigation%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/pointfreeco/swiftui-navigation)
67

@@ -9,6 +10,7 @@ Tools for making SwiftUI navigation simpler, more ergonomic and more precise.
910
* [Overview](#overview)
1011
* [Examples](#examples)
1112
* [Learn more](#learn-more)
13+
* [Community](#community)
1214
* [Installation](#installation)
1315
* [Documentation](#documentation)
1416
* [License](#license)
@@ -85,6 +87,15 @@ You can watch all of the episodes [here](https://www.pointfree.co/collections/sw
8587
<img alt="video poster image" src="https://d3rccdn33rt8ze.cloudfront.net/episodes/0211.jpeg" width="600">
8688
</a>
8789

90+
## Community
91+
92+
If you want to discuss this library or have a question about how to use it to solve
93+
a particular problem, there are a number of places you can discuss with fellow
94+
[Point-Free](http://www.pointfree.co) enthusiasts:
95+
96+
* For long-form discussions, we recommend the [discussions](http://github.com/pointfreeco/swiftui-navigation/discussions) tab of this repo.
97+
* For casual chat, we recommend the [Point-Free Community slack](http://pointfree.co/slack-invite).
98+
8899
## Installation
89100

90101
You can add SwiftUI Navigation to an Xcode project by adding it as a package dependency.

0 commit comments

Comments
 (0)