Skip to content

Commit

Permalink
Update README to remove fixed version
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffmay committed Oct 1, 2022
1 parent 60a4dcb commit 56dca6b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Expand Up @@ -45,10 +45,9 @@ _(The slides are a little bit out of date, but the basic ideas are the same)_

## Setup

1. **Add it to your `build.sbt`**

1. **Add it to your `build.sbt` using version=**[![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/jeffmay/vapors)](https://img.shields.io/github/v/tag/jeffmay/vapors)
```sbt
libraryDependencies += "com.rallyhealth" %% "vapors-v1" % "1.0.0-M2"
libraryDependencies += "com.rallyhealth" %% "vapors-v1" % "version"
```

2. **Define your fact types.**
Expand Down

0 comments on commit 56dca6b

Please sign in to comment.