Skip to content

Commit

Permalink
Update coords in index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
valencik committed Mar 29, 2024
1 parent 8d40ef5 commit 2c977c8
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
Expand Up @@ -10,7 +10,7 @@ To use the latest version, include the following in your `build.sbt`:

```scala
libraryDependencies ++= Seq(
"io.pig" %% "textmogrify" % "@VERSION@"
"pink.cozydev" %% "textmogrify" % "@VERSION@"
)
```

Expand All @@ -20,7 +20,7 @@ Currently the core functionality of textmogrify is implemented with [Lucene][luc

```scala
libraryDependencies ++= Seq(
"io.pig" %% "textmogrify-lucene" % "@VERSION@"
"pink.cozydev" %% "textmogrify-lucene" % "@VERSION@"
)
```

Expand Down

0 comments on commit 2c977c8

Please sign in to comment.