diff --git a/docs/site.md b/docs/site.md index f18fd73d..8f5d9b5a 100644 --- a/docs/site.md +++ b/docs/site.md @@ -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"