Skip to content

Commit

Permalink
Update munit example in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge authored Sep 12, 2022
1 parent 9f5fda0 commit b4a3055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ There are a couple options:

2. For test frameworks and other unusual situations, you may need to use `EpollRuntime.global`. For example to use with [munit-cats-effect](https://github.com/typelevel/munit-cats-effect):
```scala
override lazy val munitIoRuntime = EpollRuntime.global
override def munitIORuntime = EpollRuntime.global
```

### Should I add this as a dependency to my Scala Native library?
Expand Down

0 comments on commit b4a3055

Please sign in to comment.