From 83b9a388ad1d8280c8a95e04140753bfdc59b836 Mon Sep 17 00:00:00 2001 From: Geri Jennings Date: Mon, 31 Aug 2020 14:29:16 -0400 Subject: [PATCH] Removing highlighting from tutorial step The README had a different highlighting on `my_app_data` than the web tutorial; this commit fixes the README so that it matches the tutorial exactly in this spot. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d40eaef..69dde85f 100644 --- a/README.md +++ b/README.md @@ -201,7 +201,7 @@ user that represents your application, and a variable. docker-compose exec client conjur policy load root policy/BotApp.yml > my_app_data ``` - Conjur generates the following API keys and stores them in a file, `my_app_data`: + Conjur generates the following API keys and stores them in a file, my_app_data: - An API key for Dave, the human user. This key is used to authenticate user Dave to Conjur. - An API key for BotApp, the non-human identity. This key is used to