From 6bbd1b34077613027472432075b27c9363d35577 Mon Sep 17 00:00:00 2001 From: Nicolas Deverge Date: Sat, 31 Jan 2015 20:43:16 +0100 Subject: [PATCH] Error in doc You have to specify the full path for `BowerKeys.Bower` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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