Skip to content

Commit

Permalink
Fix up index.md (#220)
Browse files Browse the repository at this point in the history
- use correct artifact name
- add a link to the readme so there is *something* for users that end up here
  • Loading branch information
reardonj committed Apr 27, 2024
1 parent c4fdcfc commit 2e608ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# shapeless-3

```scala
libraryDependencies += "org.typelevel" %% "shapeless-3" % "@VERSION@"
libraryDependencies += "org.typelevel" %% "shapeless3-deriving" % "@VERSION@"
```

For more information, visit [the README on Github](https://github.com/typelevel/shapeless-3#shapeless-generic-programming-for-scala).

0 comments on commit 2e608ee

Please sign in to comment.