From 3dc3db8986522e1a4b87b9b5250098e90c0bbc05 Mon Sep 17 00:00:00 2001 From: Stijn De Clercq Date: Sat, 19 Aug 2023 19:19:35 +0200 Subject: [PATCH] Re-phrase example docs --- examples/manifests/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/manifests/README.md b/examples/manifests/README.md index e2a8e2e3d..ba6db2332 100644 --- a/examples/manifests/README.md +++ b/examples/manifests/README.md @@ -1,8 +1,8 @@ # Manifest examples -This example tries to show how to interact with the +This example shows how to interact with the new [manifest endpoints](https://api.slack.com/reference/manifests#manifest_apis). These endpoints require a special set -of tokens: **configuration tokens**. Refer to +of tokens called `configuration tokens`. Refer to the [relevant documentation](https://api.slack.com/authentication/config-tokens) for how to create these tokens. For examples on how to use configuration tokens, see the [tokens example](../tokens).