Skip to content

Commit

Permalink
docs(symmetric): fix readme module set to digest
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Hero <[email protected]>
  • Loading branch information
jhdcruz authored Aug 9, 2023
1 parent c45b638 commit 43b391c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kipher-symmetric/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Library for data encryption using symmetric encryption algorithms.
### Gradle

```kotlin
implementation("io.github.jhdcruz:kipher-digest:$version")
implementation("io.github.jhdcruz:kipher-symmetric:$version")
```

### Maven
Expand Down

0 comments on commit 43b391c

Please sign in to comment.