Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pitzzahh committed Oct 13, 2022
1 parent 7add042 commit 20b30d5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# pin-generator
### A simple project that generates a pin.

---

## How to use
```java
import com.github.pitzzahh.pinGenerator.Pin;
import com.github.pitzzahh.pinGenerator.PinGenerator;
Expand All @@ -20,7 +24,7 @@ public class Main {
}
```

### Add Maven Dependency
## Add Maven Dependency

![maven-central](https://img.shields.io/maven-central/v/io.github.pitzzahh/pin-generator?color=blue)

Expand Down

0 comments on commit 20b30d5

Please sign in to comment.