From 2083d46cd7383d5282d25ac9261ac1af0e57aecd Mon Sep 17 00:00:00 2001 From: Felipstein <75712782+Felipstein@users.noreply.github.com> Date: Tue, 17 Oct 2023 16:29:24 -0300 Subject: [PATCH] add GIF example --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3ea7263..303727e 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ This ESLint plugin helps in developing projects with NextJS, using the App Router feature. +![Usage Example of rule require-use-client](https://i.imgur.com/bqrDGPO.gif) + ## Installation Before getting started, ensure that you have ESLint installed.