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 adf348b0..ee768f7c 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.1.0
+Using slack v3.2.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 0b12e636..3687ae7e 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.1.0
+Using slack v3.2.0
```
**7\. Verify that all dependencies have been installed.**
diff --git a/docs/reference/experiments.md b/docs/reference/experiments.md
index 088b6ef1..0b3dd7bf 100644
--- a/docs/reference/experiments.md
+++ b/docs/reference/experiments.md
@@ -6,15 +6,14 @@ The Slack CLI has an experiment (`-e`) flag behind which we put features current
The following is a list of currently available experiments. We'll remove experiments from this page if we decide they are no longer needed or once they are released, in which case we'll make an announcement about the feature's general availability in the [developer changelog](https://docs.slack.dev/changelog).
-* `bolt-install`: enables creating, installing, and running Bolt projects that manage their app manifest on app settings (remote manifest).
- * `slack create` and `slack init` now set manifest source to "app settings" (remote) for Bolt JS & Bolt Python projects ([PR#96](https://github.com/slackapi/slack-cli/pull/96)).
* `read-only-collaborators`: enables creating and modifying collaborator permissions via the `slack collaborator` commands.
+* `bolt-install`: enables creating, installing, and running Bolt projects that manage their app manifest on app settings (remote manifest).
## Experiments changelog
Below is a list of updates related to experiments.
-* **May 2025**: Added the experiment `experiment bolt-install` to enable creating, installing, and running Bolt projects that manage their app manifest on app settings (remote manifest).
+* **May 2025**: Added the experiment `bolt-install` to enable creating, installing, and running Bolt projects that manage their app manifest on app settings (remote manifest).
* **February 2025**: Added full Bolt framework support to the Slack CLI and removed the features from behind the experiment flag. See the changelog announcement [here](https://docs.slack.dev/changelog/2025/02/27/slack-cli-release).
* **August 2024**: Added the `bolt` experiment for the `slack create` command.
* **January 2024**: Added the experiment `read-only-collaborators`.