aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {