Skip to content

Commit c1cba76

Browse files
authored
Update README.md
1 parent b690a61 commit c1cba76

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# The Composable Architecture
22

33
[![CI](https://github.com/pointfreeco/swift-composable-architecture/workflows/CI/badge.svg)](https://github.com/pointfreeco/swift-composable-architecture/actions?query=workflow%3ACI)
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%2Fswift-composable-architecture%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/pointfreeco/swift-composable-architecture)
56
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fpointfreeco%2Fswift-composable-architecture%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/pointfreeco/swift-composable-architecture)
67

@@ -13,8 +14,8 @@ SwiftUI, UIKit, and more, and on any Apple platform (iOS, macOS, tvOS, and watch
1314
* [Examples](#examples)
1415
* [Basic usage](#basic-usage)
1516
* [Documentation](#documentation)
17+
* [Community](#community)
1618
* [Installation](#installation)
17-
* [Help](#help)
1819
* [Translations](#translations)
1920

2021
## What is the Composable Architecture?
@@ -581,6 +582,15 @@ comfortable with the library:
581582
* [Bindings][bindings-article]
582583
* [Migrating to the reducer protocol][migrating-article]
583584

585+
## Community
586+
587+
If you want to discuss the Composable Architecture or have a question about how to use it to solve
588+
a particular problem, there are a number of places you can discuss with fellow
589+
[Point-Free](http://www.pointfree.co) enthusiasts:
590+
591+
* For long-form discussions, we recommend the [discussions][gh-discussions] tab of this repo.
592+
* For casual chat, we recommend the [Point-Free Community slack](http://pointfree.co/slack-invite).
593+
584594
## Installation
585595

586596
You can add ComposableArchitecture to an Xcode project by adding it as a package dependency.
@@ -598,12 +608,6 @@ You can add ComposableArchitecture to an Xcode project by adding it as a package
598608
modules and consumes the static library in this fashion using the **tic-tac-toe** Swift
599609
package.
600610

601-
## Help
602-
603-
If you want to discuss the Composable Architecture or have a question about how to use it to solve
604-
a particular problem, you can start a topic in the [discussions][gh-discussions] tab of this repo,
605-
or ask around on [its Swift forum][swift-forum].
606-
607611
## Translations
608612

609613
The following translations of this README have been contributed by members of the community:

0 commit comments

Comments
 (0)