Skip to content

Commit c10b77c

Browse files
committed
update module name
1 parent 45521b6 commit c10b77c

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
@@ -11,7 +11,7 @@ With sbt, add the following to your project's build.sbt
1111
```scala
1212
resolvers += "softprops-maven" at "http://dl.bintray.com/content/softprops/maven"
1313

14-
libraryDependencies += "me.lessis" %% "retry-core" % "0.2.0"
14+
libraryDependencies += "me.lessis" %% "retry" % "0.2.0"
1515
```
1616
## usage
1717

0 commit comments

Comments
 (0)