From f144a1242eebd234c2ee4f6fda4df8b4d7c9f882 Mon Sep 17 00:00:00 2001 From: Nick Date: Sat, 22 May 2021 12:05:06 -0400 Subject: [PATCH] updated readme [skip ci] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e9d2991..518ac76 100644 --- a/README.md +++ b/README.md @@ -58,9 +58,9 @@ Now you can do the git stuff 1. ```git add NEW_FILE``` -2a. ```git commit -m 'ADD INFO HERE OF WHAT WAS CHANGED/ADDED'``` +2. ```git commit -m 'ADD INFO HERE OF WHAT WAS CHANGED/ADDED'``` -2b. If you'd like to push some changes, but not run the pipeline you can just add ```[skip ci]``` anywhere in the commit message +2. If you'd like to push some changes, but not run the pipeline you can just add ```[skip ci]``` anywhere in the commit message 3. ```git push```