From 2d4dda8c9c1f9f81908cb91b9486223aaca4cf6c Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Tue, 25 Apr 2023 17:32:41 +0100 Subject: [PATCH] Fix documentation code breaks --- CONTRIBUTING.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e241a85..cb312c4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -196,7 +196,10 @@ function ban (member) { }).catch(err => { // handle error here }); -}# Contributing to Random Bunny +} +``` + +# Contributing to Random Bunny First off, thanks for taking the time to contribute!