From c47091353e23c9c0b2c3590a382807a8b28dce10 Mon Sep 17 00:00:00 2001 From: Dobando <1692898084@qq.com> Date: Thu, 8 Aug 2024 00:13:50 +0800 Subject: [PATCH] docs: fix CI badge and update TOC in README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cd8f53a..7c16187 100755 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@
-
+
@@ -35,6 +35,7 @@ All you need to learn to use `Casbin` first.
* [Using a middleware](#using-a-middleware)
* [basic Enforcer Middleware](#basic-enforcer-middleware)
* [HTTP Request Middleware ( RESTful is also supported )](#http-request-middleware--restful-is-also-supported-)
+ * [Using Gates](#using-gates)
* [Multiple enforcers](#multiple-enforcers)
* [Using artisan commands](#using-artisan-commands)
* [Cache](#using-cache)