From 804628ffd0bedfb5e1200792771fece8f2a044e4 Mon Sep 17 00:00:00 2001
From: Evan Cloutier <ev.m.cloutier@gmail.com>
Date: Fri, 22 Nov 2019 09:51:04 -0500
Subject: [PATCH] Fix spacing

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

diff --git a/examples.md b/examples.md
index db5a065..716f2bb 100644
--- a/examples.md
+++ b/examples.md
@@ -223,9 +223,9 @@ When dependencies are installed later in the workflow, we must specify the same
 
 ```yaml
 - name: Bundle install
-        run: |
-          bundle config path vendor/bundle
-          bundle install --jobs 4 --retry 3
+  run: |
+    bundle config path vendor/bundle
+    bundle install --jobs 4 --retry 3
 ```
 
 ## Rust - Cargo