diff --git a/README.md b/README.md index a3a75e8..e992a6b 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ implementation 'org.codejive:java-properties:0.0.6' And add this import to your code: ```java -import org.codejive.Properties; +import org.codejive.properties.Properties; ``` ### Usage