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 Jul 3, 2024
1 parent 7aa0ea4 commit 29fa93a
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 29fa93a

Please sign in to comment.