From ec1b5666c610201bc2ca6846add9a1df7bd54f6c Mon Sep 17 00:00:00 2001 From: Tofaa <82680183+Tofaa2@users.noreply.github.com> Date: Thu, 14 Dec 2023 16:20:12 +0300 Subject: [PATCH] fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a59d256..1626f37 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ class Example { ### Creating a WrapperEntity ```java -import javax.xml.stream.Location; +import com.github.retrooper.packetevents.protocol.world.Location; class Example {