add missing quote

kenji yoshida 2014-03-11 07:58:21 -07:00
parent 02e5228323
commit c1130d0a41
1 changed files with 1 additions and 1 deletions

@ -48,7 +48,7 @@ version := "1.0"
sbtPlugin := true
addSbtPlugin("com.typesafe.play" % "sbt-plugin % "2.3.0")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.3.0")
```
2. The user declares his plugin settings via the `AutoPlugin` interface. This will ensure that the PlayPlugin is enabled for a project before adding its own settings.