Skip to content

Commit

Permalink
Use unidocs as project name in unidoc example
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge authored Mar 26, 2022
1 parent f2db840 commit 890f297
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/site.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ If you generate your API documentation with [sbt-unidoc](https://github.com/sbt/

```scala
// Make sure to add to your root aggregate so it gets published!
lazy val unidoc = project
.in(file("unidoc"))
lazy val unidocs = project
.in(file("unidocs"))
.enablePlugins(TypelevelUnidocPlugin) // also enables the ScalaUnidocPlugin
.settings(
name := "woozle-docs"
Expand Down

0 comments on commit 890f297

Please sign in to comment.