Skip to content

Commit

Permalink
Merge pull request #4 from flock-community/chore/fix-readme
Browse files Browse the repository at this point in the history
Fixed readme
  • Loading branch information
wilmveel authored Feb 3, 2024
2 parents caa695d + b6d1a8e commit eb7b6a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories {
}

dependencies {
implementation("community.flock.community.flock.kotlinx.openapi.bindings:kotlin-openapi-bindings:VERSION")
implementation("community.flock.kotlinx.openapi.bindings:kotlin-openapi-bindings:VERSION")
}
```

Expand All @@ -24,7 +24,7 @@ To use kotlin-openapi-bindings, add it as a dependency to your project. Then, yo
# Usage
Here's a simple example of how to use kotlin-openapi-bindings:
```kotlin
import com.github.jacklt.kotlin.openapi.model.OpenAPI
community.flock.kotlinx.openapi.bindings.v3.OpenAPI

val json = """
{
Expand Down

0 comments on commit eb7b6a1

Please sign in to comment.