Skip to content

Commit

Permalink
Fix site
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherDavenport committed Jul 10, 2023
1 parent 892ac96 commit 97c2208
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# http4s-log4cats - Logging Middlewares for Http4s [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.chrisdavenport/http4s-log4cats_2.13/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.chrisdavenport/http4s-log4cats_2.13)
# http4s-log4cats-contextlog - Logging Middlewares for Http4s [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.chrisdavenport/http4s-log4cats-contextlog_2.13/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.chrisdavenport/http4s-log4cats-contextlog_2.13)

## Quick Start

Expand All @@ -7,6 +7,6 @@ To use http4s-log4cats in an existing SBT project with Scala 2.13 or a later ver

```scala
libraryDependencies ++= Seq(
"io.chrisdavenport" %% "http4s-log4cats" % "<version>"
"io.chrisdavenport" %% "http4s-log4cats-contextlog" % "<version>"
)
```

0 comments on commit 97c2208

Please sign in to comment.