Skip to content

Commit

Permalink
Merge pull request #79 from NthPortal/fix-readme
Browse files Browse the repository at this point in the history
Fix project and artifact names in docs
  • Loading branch information
NthPortal committed May 2, 2024
2 parents 7f05ced + 091435a commit 5f0aca4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# http4s-otel4s
# http4s-otel4s-middleware

## Quick Start

To use http4s-otel4s in an existing SBT project with Scala 2.13 or a later version, add the following dependencies to your
`build.sbt` depending on your needs:
To use http4s-otel4s-middleware in an existing SBT project with Scala 2.13 or a
later version, add the following dependencies to your `build.sbt` depending on
your needs:

```scala
libraryDependencies ++= Seq(
Expand Down
11 changes: 6 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@ layout: home

---

# natchez-http4s-otel - Opinionated Natchez Http4s Middlewares [![Build Status](https://travis-ci.com/ChristopherDavenport/natchez-http4s-otel.svg?branch=master)](https://travis-ci.com/ChristopherDavenport/natchez-http4s-otel) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.chrisdavenport/natchez-http4s-otel_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.chrisdavenport/natchez-http4s-otel_2.12)
# http4s-otel4s-middleware - Otel4s Http4s Middlewares [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.http4s/http4s-otel4s-middleware_2.13/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.http4s/http4s-otel4s-middleware_2.13)

## Quick Start

To use natchez-http4s-otel in an existing SBT project with Scala 2.11 or a later version, add the following dependencies to your
`build.sbt` depending on your needs:
To use http4s-otel4s-middleware in an existing SBT project with Scala 2.13 or a
later version, add the following dependencies to your `build.sbt` depending on
your needs:

```scala
libraryDependencies ++= Seq(
"io.chrisdavenport" %% "natchez-http4s-otel" % "<version>"
"org.http4s" %% "http4s-otel4s-middleware" % "<version>"
)
```
```

0 comments on commit 5f0aca4

Please sign in to comment.