From 6dfb9ce91e41514fcbb12ebcbd9d18165bb1c324 Mon Sep 17 00:00:00 2001 From: dvelo <52332868+DeveloLongScript@users.noreply.github.com> Date: Thu, 22 Aug 2024 23:46:53 -0500 Subject: [PATCH] fix: change cron markdown code mode to `bash` --- cron/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron/README.md b/cron/README.md index aaed27d..1a59117 100644 --- a/cron/README.md +++ b/cron/README.md @@ -10,7 +10,7 @@ When running Inngest, on Vercel's servers, when doing the `/servers` Minehut API If you're on a Unix based machine, just type the following: -``` +```bash # Make sure you already cloned the repo and are in the /cron directory. # This project uses NPM instead of Yarn for the website npm install