Skip to content

Commit

Permalink
Merge pull request #9 from davenverse/updateReadme
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
ChristopherDavenport committed Nov 20, 2021
2 parents e85898c + 236f3ab commit 1ffb165
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
@@ -1,14 +1,14 @@
# curly - Oh! A WISE guy, eh? [![Build Status](https://travis-ci.com/ChristopherDavenport/curly.svg?branch=master)](https://travis-ci.com/ChristopherDavenport/curly) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.chrisdavenport/curly_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.chrisdavenport/curly_2.12) ![Code of Consuct](https://img.shields.io/badge/Code%20of%20Conduct-Scala-blue.svg)
# curly4s - Oh! A WISE guy, eh? [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.chrisdavenport/curly4s_2.13/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.chrisdavenport/curly4s_2.13) ![Code of Conduct](https://img.shields.io/badge/Code%20of%20Conduct-Scala-blue.svg)

## [Head on over to the microsite](https://ChristopherDavenport.github.io/curly)

## Quick Start

To use curly in an existing SBT project with Scala 2.11 or a later version, add the following dependencies to your
To use curly in an existing SBT project with Scala 2.12 or a later version, add the following dependencies to your
`build.sbt` depending on your needs:

```scala
libraryDependencies ++= Seq(
"io.chrisdavenport" %% "curly" % "<version>"
"io.chrisdavenport" %% "curly4s" % "<version>"
)
```

0 comments on commit 1ffb165

Please sign in to comment.