From faa8abb3dc45cf4cc70810a28dcdf568343d876e Mon Sep 17 00:00:00 2001 From: Micaiah Martin <77340197+mimartin12@users.noreply.github.com> Date: Wed, 17 Nov 2021 07:54:38 -0700 Subject: [PATCH] Updated SETUP.md to direct user with correct file name. (#1719) --- SETUP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SETUP.md b/SETUP.md index d001290a5..3f0cd199b 100644 --- a/SETUP.md +++ b/SETUP.md @@ -112,7 +112,7 @@ For more information, see: [Safe storage of app secrets in development in ASP.NE We provide a helper scripts which simplifies setting user secrets for all projects in the repository. -Start by copying the `secret.json.example` file to `secret.json` and modify the existing settings and add any other required setting. Afterwards run the following command which will add the settings to each project in the bitwarden repository. +Start by copying the `secret.json.example` file to `secrets.json` and modify the existing settings and add any other required setting. Afterwards run the following command which will add the settings to each project in the bitwarden repository. ```powershell .\setup_secrets.ps1