From c5a746cba417d90b822d9611e27beb7674883ef9 Mon Sep 17 00:00:00 2001
From: Erick Hitter <git-contrib@ethitter.com>
Date: Tue, 31 Mar 2020 18:23:17 -0700
Subject: [PATCH] Consistency

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 522e6d4..bf7d9af 100644
--- a/README.md
+++ b/README.md
@@ -28,13 +28,13 @@ Run WP-CLI commands within Vagrant, returning the result before exiting the VM.
 Usage:
 
 ```bash
-user@MacBook:~/vvv/www/wordpress/public_html/wp-content$ wp option get home
+bob@MacBook:~/vvv/www/wordpress/public_html/wp-content$ wp option get home
 cd /srv/www/wordpress/public_html/wp-content; wp option get home
 
 https://www.wordpress.test
 
 Connection to 127.0.0.1 closed.
-user@MacBook:~/vvv/www/wordpress/public_html/wp-content$
+bob@MacBook:~/vvv/www/wordpress/public_html/wp-content$
 ```
 
 Note that if a command requires access to a file, the file must exist within the VM and the command must reference the file using its path within the VM.
@@ -48,7 +48,7 @@ Switch to the current directory within the VM.
 Usage:
 
 ```bash
-user@MacBook:~/vvv/www/wordpress/public_html/wp-content$ vcd
+bob@MacBook:~/vvv/www/wordpress/public_html/wp-content$ vcd
 
 vagrant@vvv:/srv/www/wordpress/public_html/wp-content$ wp option set test --format=json '{"1":true,"2":false}'
 
-- 
GitLab