From b58e503ec78507b14348b6bb5c8f53f146fb59d8 Mon Sep 17 00:00:00 2001 From: mohammed Alteniji <34905970+ham1255@users.noreply.github.com> Date: Tue, 26 Jul 2022 15:38:01 +0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e88fdf..83a20d8 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This fork ensures compiability with old plugins, so it should work as drop repla but since Api has been split from the platform there some changes that have to be done, so your plugin might not work if: * your plugin has used Internal classes of RedisBungee like getting the `JedisPool` or something else. -because RedisBungee is no longer an Plugin for example: +because `RedisBungee.java` is no longer an Plugin for example: ```java // this will be broken RedisBungee plugin = ...;