From f21c96bdf4c64977414be3619294fe2b0a66963d Mon Sep 17 00:00:00 2001 From: Hokuto Chen Date: Sun, 21 Aug 2022 10:37:29 +0000 Subject: [PATCH] Update creds-guide.md --- docs/creds-guide.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/creds-guide.md b/docs/creds-guide.md index e7c4e0080..0863eee09 100644 --- a/docs/creds-guide.md +++ b/docs/creds-guide.md @@ -33,17 +33,17 @@ These are required for a number of features to function properly, and all should For a single owner, it should look like this: ```yml - OwnerIds: - - 105635576866156544 +OwnerIds: + - 105635576866156544 ``` For multiple owners, it should look like this: ```yml - OwnerIds: - - 105635123466156544 - - 145521851676884992 - - 341420590009417729 +OwnerIds: + - 105635123466156544 + - 145521851676884992 + - 341420590009417729 ```