aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 73a0594..d7235e4 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ that describes your build. Here is an example
```scala
// build/build.scala
import cbt._
-class Build(val context: cbt.Context) extends BaseBuild{
+class Build(val context: cbt.Context) extends Publish{
override def version = "0.6.1"
override def groupId = "org.cvogt"
override def artifactId = "play-json-extensions"