From 3c21f8e76c2168acd8df5a8d0545252fda0a27af Mon Sep 17 00:00:00 2001 From: Brandon Barr Date: Fri, 7 Dec 2018 17:07:04 -0500 Subject: [PATCH] Fixing spelling error - Changed initializtion to initialization on README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3909ecc2b..af167ea4d 100755 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ If any any of these assumptions aren't true, the following steps won't work. 4) Encrypt and store the server.key generated above using the instructions below. > "Circle does a nice job of allowing you to set environment variables inside the UI in a protected way." (attribution to [Kevin O'Hara](https://github.com/kevinohara80)) -- First, we will generate a key and initializtion vector (iv) to encrypt your server.key file locally. The key and iv will be used by Circleci to decrypt your server key in the build environment. +- First, we will generate a key and initialization vector (iv) to encrypt your server.key file locally. The key and iv will be used by Circleci to decrypt your server key in the build environment. ```bash $ openssl enc -aes-256-cbc -k -P -md sha1 -nosalt