diff --git a/README.md b/README.md index 1d8ff53..14fc6dd 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ [Doobie](https://github.com/tpolecat/doobie/) queries generated using higher-kinded data. +See [complete documentation at GH pages](https://scalalandio.github.io/ocdquery/) + ## Instalation 1. add in your sbt: diff --git a/ocdquery.sbt b/ocdquery.sbt index 9245c6d..9e47fe9 100644 --- a/ocdquery.sbt +++ b/ocdquery.sbt @@ -6,7 +6,7 @@ lazy val root = project.root .setDescription("OCD Query build") .configureRoot .noPublish - .aggregate(core, tests, readme) + .aggregate(core, tests) lazy val core = project.from("core") .setName("ocdquery-core")