From a600be2470dd2d8b3c6c641c44095f006ac64d0b Mon Sep 17 00:00:00 2001 From: Oleksandr Redko Date: Tue, 28 Jan 2025 12:32:05 +0200 Subject: [PATCH] docs: fix TOC in README (#1210) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 70e56d0..0442ffe 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,6 @@ Here's how `revive` is different from `golint`: - [SARIF](#sarif) - [Extensibility](#extensibility) - [Writing a Custom Rule](#writing-a-custom-rule) - - [Example](#example) - [Using `revive` as a library](#using-revive-as-a-library) - [Custom Formatter](#custom-formatter) - [Speed Comparison](#speed-comparison)