aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Tisue <seth@tisue.net>2018-04-18 08:02:42 +0100
committerGitHub <noreply@github.com>2018-04-18 08:02:42 +0100
commite3250b48620b8e4a3651d097ecc4c437586a2d82 (patch)
tree241541123b43ff843dfc0f8e3c9d737799316dbc
parentdce75288d299613b133527af20d497be33a40413 (diff)
downloadscala-async-e3250b48620b8e4a3651d097ecc4c437586a2d82.tar.gz
scala-async-e3250b48620b8e4a3651d097ecc4c437586a2d82.tar.bz2
scala-async-e3250b48620b8e4a3651d097ecc4c437586a2d82.zip
fix import in README2.11.x
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c6b8d94..1e00844 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ to match your project’s Scala binary version):
After adding a scala-async to your classpath, write your first `async` block:
```scala
-import ExecutionContext.Implicits.global
+import scala.concurrent.ExecutionContext.Implicits.global
import scala.async.Async.{async, await}
val future = async {