Skip to content

Commit c360eba

Browse files
committed
docs: fix error in README
1 parent b80acac commit c360eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ implementation 'org.codejive:java-properties:0.0.6'
4444
And add this import to your code:
4545

4646
```java
47-
import org.codejive.Properties;
47+
import org.codejive.properties.Properties;
4848
```
4949

5050
### Usage

0 commit comments

Comments
 (0)