From 4d61ce9e47317e2803080f12b5246cd5938375bc Mon Sep 17 00:00:00 2001
From: Erick Hitter <git-contrib@ethitter.com>
Date: Sat, 13 Apr 2019 18:58:10 -0700
Subject: [PATCH] Fix readme typo

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 2934959..9d271fa 100644
--- a/README.md
+++ b/README.md
@@ -37,11 +37,11 @@ The above is a time-save only; the build script exits before the `svn commit` st
 
 Set the following environment variables in the GitLab project's configuration:
 
-* `WP_ORG_PASSWORD`
+* `WP_ORG_USERNAME`
 * `WP_ORG_PASSWORD`
 * `PLUGIN_SLUG` - plugin's name on WordPress.org
 * `PLUGIN_VERSION` - version to tag
-* `WP_ORG_RELEASE_REF` - commit ref (branch or tag) to use for release 
+* `WP_ORG_RELEASE_REF` - git commit ref (branch or tag) to use for release 
 
 ### Alternatives
 
-- 
GitLab