From 4e7d7487303171dd28252c97116f1321ccab30ee Mon Sep 17 00:00:00 2001 From: Benjamin Loison Date: Sun, 10 Sep 2023 19:50:26 +0200 Subject: [PATCH] Add Bash syntax highlighting to `README.md` Verified exhaustiveness with: ```bash grep -r '```' ``` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7cd7518..2c87cd6 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ potentially dangerous `eval` function. The `math_eval` package can be easily installed using Composer. Just run the following command from the root of your project. -``` +```bash composer require "langleyfoxall/math_eval" ```