Skip to content

Commit

Permalink
Removing highlighting from tutorial step
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Geri Jennings authored Aug 31, 2020
1 parent 12a4153 commit 83b9a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 83b9a38

Please sign in to comment.