Skip to content

Commit

Permalink
Merge pull request #227 from typelevel/doc/fix-unidoc-example
Browse files Browse the repository at this point in the history
Use `unidocs` as project name in `unidoc` example
  • Loading branch information
armanbilge authored Mar 26, 2022
2 parents f2db840 + 890f297 commit 7e58312
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 7e58312

Please sign in to comment.