aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPhilipp Haller <hallerp@gmail.com>2013-11-18 12:00:27 +0100
committerPhilipp Haller <hallerp@gmail.com>2013-11-18 12:00:27 +0100
commit0cc77d140a882a8bbbc7fdc123625459227c5d81 (patch)
treea15dd99b84a0abdb9876c7d3382a4b1db1349e77 /README.md
parentc79ecacc9efc2799553ffc5bd53c8a0fc46662be (diff)
downloadscala-async-0cc77d140a882a8bbbc7fdc123625459227c5d81.tar.gz
scala-async-0cc77d140a882a8bbbc7fdc123625459227c5d81.tar.bz2
scala-async-0cc77d140a882a8bbbc7fdc123625459227c5d81.zip
Update README.md
Fixes #45
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 fffbafe..01157ee 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ Add a dependency:
```scala
// SBT
-libraryDependencies += "org.scala-lang.modules" % "scala-async" % "0.9.0-M2"
+libraryDependencies += "org.scala-lang.modules" %% "scala-async" % "0.9.0-M2"
```
Write your first `async` block: