Skip to content

Commit

Permalink
docs: fix error in README
Browse files Browse the repository at this point in the history
  • Loading branch information
quintesse committed Feb 21, 2024
1 parent 3d850a1 commit dd78770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd78770

Please sign in to comment.