Skip to content

Commit 78666ca

Browse files
Final touch regardin publishing of documentation
1 parent ccfd57f commit 78666ca

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
[Doobie](https://github.com/tpolecat/doobie/) queries generated using higher-kinded data.
88

9+
See [complete documentation at GH pages](https://scalalandio.github.io/ocdquery/)
10+
911
## Instalation
1012

1113
1. add in your sbt:

ocdquery.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ lazy val root = project.root
66
.setDescription("OCD Query build")
77
.configureRoot
88
.noPublish
9-
.aggregate(core, tests, readme)
9+
.aggregate(core, tests)
1010

1111
lazy val core = project.from("core")
1212
.setName("ocdquery-core")

0 commit comments

Comments
 (0)