From 440e1ec5dc6290747e12edd84c51844f4f19545e Mon Sep 17 00:00:00 2001
From: Damien Ostler <damienostler1@outlook.com>
Date: Sun, 7 Jan 2024 00:54:15 -0500
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 1ae4700..4d8aab6 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ minor-version-bump-message: "^(feat)(\\([\\w\\s-]*\\))?:"
 patch-version-bump-message: "^(build|chore|ci|docs|fix|perf|refactor|revert|style|test)(\\([\\w\\s-]*\\))?:"
 ```
 # Alternative Workflows
-
+In order to use these just place a file in the `/.github/workflows/` folder with the contents below. Make sure that it has the file extension .yml.
 ### Web,Linux,Windows - No GitHub Pages CI
 ```
 ```