Skip to content

Commit

Permalink
Correct name of published artifact
Browse files Browse the repository at this point in the history
Reported by @dacr
  • Loading branch information
noelwelsh committed Aug 21, 2024
1 parent 6688177 commit bc28475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Chartreuse is a [Scala][scala] library for creating visualizations like the one
To use Chartreuse in your project, add the following to your `build.sbt`:

```scala
libraryDependencies += "org.creativescala" %% "chartreuse" % "@VERSION@"
libraryDependencies += "org.creativescala" %% "chartreuse-core" % "@VERSION@"
```


Expand Down

0 comments on commit bc28475

Please sign in to comment.