Skip to content

Commit 5b9f30f

Browse files
author
Steven Chen
committed
doc: update README.md
1 parent c97a489 commit 5b9f30f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@ Scala Fake Data Generator. This repository includes Scala implementation for thi
1515
* Scala 2.11
1616
* Scala 2.12
1717

18-
To use the latest stable version, append the following to your `build.sbt`
18+
To use the latest stable version, append the following to your `build.sbt` and replace
19+
`LATEST_VERSION` with the latest version published, which should be
20+
[![Maven Central](https://img.shields.io/maven-central/v/com.github.stevenchen3/scala-faker_2.12.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.stevenchen3/scala-faker_2.12)
1921

2022
```scala
21-
libraryDependencies += "com.github.stevenchen3" %% "scala-faker" % "0.1.0-rc1"
23+
libraryDependencies += "com.github.stevenchen3" %% "scala-faker" % "LATEST_VERSION"
2224
```
2325

2426

0 commit comments

Comments
 (0)