From 20fa970cd20d02673cce7f6b16c73de9ac117a77 Mon Sep 17 00:00:00 2001 From: Andrea Marco Sartori Date: Mon, 6 Jan 2025 21:20:51 +0100 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a0c2378..0c58991 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,8 @@ composer require cerbero/enum * [🪄 Magic](#-magic) * [🤳 Self-awareness](#-self-awareness) * [🦾 Console commands](#-console-commands) -* ├ [🗒️ annotate](#-annotate) -* └ [🏗️ make](#-make) + * [🗒️ annotate](#-annotate) + * [🏗️ make](#-make) To supercharge our enums with all the features provided by this package, we can let our enums use the `Enumerates` trait: