diff --git a/README.md b/README.md index eff9c30..4c65d03 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This library facilitates and simplifies the usage of the [VPN Blocker Web API](h First things, first.. remember to import the library: ```java -import vpn.detection.*; +import net.vpnblocker.api.*; ```