diff --git a/README.md b/README.md index a937858..72bfc74 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ the following ```scala BowerKeys.sourceDirectory <<= sourceDirectory (_ / "main" / "assets" ) -BowerKeys.installDirectory <<= (sourceDirectory in Bower) (_ / "js" / "myStuffGoesHere") +BowerKeys.installDirectory <<= (sourceDirectory in BowerKeys.Bower) (_ / "js" / "myStuffGoesHere") ``` That's it, we now have now setup the plugin! @@ -92,4 +92,4 @@ if you happen to be using the [IntelliJ SBT Plugin], due to this [bug] then you using a proper terminal [Intellij SBT Plugin]: http://plugins.jetbrains.com/plugin/5007 -[bug]: https://github.com/orfjackal/idea-sbt-plugin/issues/83 \ No newline at end of file +[bug]: https://github.com/orfjackal/idea-sbt-plugin/issues/83