diff --git a/docs/guides/installing-the-slack-cli-for-mac-and-linux.md b/docs/guides/installing-the-slack-cli-for-mac-and-linux.md
index 27069967..adf348b0 100644
--- a/docs/guides/installing-the-slack-cli-for-mac-and-linux.md
+++ b/docs/guides/installing-the-slack-cli-for-mac-and-linux.md
@@ -105,9 +105,9 @@ typescript 4.*
**4\. Download the** `slack` **CLI installer for your environment.**
- Download for macOS (.tar.gz)
+ Download for macOS (.tar.gz)
- Download for Linux (.tar.gz)
+ Download for Linux (.tar.gz)
**5\. Add the** `slack` **CLI to your path.**
@@ -120,7 +120,7 @@ typescript 4.*
```
$ slack version
-Using slack v3.0.5
+Using slack v3.1.0
```
**7\. Verify that all dependencies have been installed.**
diff --git a/docs/guides/installing-the-slack-cli-for-windows.md b/docs/guides/installing-the-slack-cli-for-windows.md
index e676d7ec..0b12e636 100644
--- a/docs/guides/installing-the-slack-cli-for-windows.md
+++ b/docs/guides/installing-the-slack-cli-for-windows.md
@@ -127,7 +127,7 @@ typescript 4.*
**4\. Download the** `slack` **CLI installer for your environment.**
- Windows (.zip)
+ Windows (.zip)
**5\. Add the** `slack` **CLI to your path.**
@@ -140,7 +140,7 @@ typescript 4.*
**6\. Verify that** `slack` **is installed and in your path:**
```
$ slack version
-Using slack v3.0.5
+Using slack v3.1.0
```
**7\. Verify that all dependencies have been installed.**
diff --git a/docs/reference/commands/slack_feedback.md b/docs/reference/commands/slack_feedback.md
index 72d9e407..663d111e 100644
--- a/docs/reference/commands/slack_feedback.md
+++ b/docs/reference/commands/slack_feedback.md
@@ -4,7 +4,7 @@ Share feedback about your experience or project
### Synopsis
-Help us make the Slack Platform better by completing a survey
+Help us make the Slack Platform better with your feedback
```
slack feedback [flags]
@@ -13,15 +13,16 @@ slack feedback [flags]
### Examples
```
-$ slack feedback # Open a feedback survey in your browser
+$ slack feedback
```
### Options
```
-h, --help help for feedback
- --name string name of the survey:
- platform-improvements
+ --name string name of the feedback:
+ slack-cli
+ slack-platform
--no-prompt run command without prompts
```