Skip to content

Commit e3250b4

Browse files
authored
fix import in README
1 parent dce7528 commit e3250b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ to match your project’s Scala binary version):
2929
After adding a scala-async to your classpath, write your first `async` block:
3030

3131
```scala
32-
import ExecutionContext.Implicits.global
32+
import scala.concurrent.ExecutionContext.Implicits.global
3333
import scala.async.Async.{async, await}
3434

3535
val future = async {

0 commit comments

Comments
 (0)