From cd2aaa9df8838bb988aa3c08613070efa898129b Mon Sep 17 00:00:00 2001
From: Philip <17368112+vHeemstra@users.noreply.github.com>
Date: Thu, 19 Jan 2023 21:04:46 +0100
Subject: [PATCH 1/2] chore: Fix syntax error typo

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

diff --git a/README.md b/README.md
index 7ecac5c..5853acc 100644
--- a/README.md
+++ b/README.md
@@ -128,7 +128,7 @@ jobs:
     .
     - name: Save Primes
       id: cache-primes-save
-    - uses: actions/cache/save@v3
+      uses: actions/cache/save@v3
       with:
         path: |
           path/to/dependencies

From b63536828e6e5754df3059152c88daad28950ed4 Mon Sep 17 00:00:00 2001
From: Philip <17368112+vHeemstra@users.noreply.github.com>
Date: Thu, 19 Jan 2023 21:08:05 +0100
Subject: [PATCH 2/2] there as well ;)

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

diff --git a/README.md b/README.md
index 5853acc..b39136a 100644
--- a/README.md
+++ b/README.md
@@ -117,7 +117,7 @@ jobs:
 
     - name: Restore cached Primes
       id: cache-primes-restore
-    - uses: actions/cache/restore@v3
+      uses: actions/cache/restore@v3
       with:
         path: |
           path/to/dependencies