Skip to content

Commit

Permalink
fixed readme import
Browse files Browse the repository at this point in the history
  • Loading branch information
windymelt committed Sep 10, 2023
1 parent 5464cda commit b02f648
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ivy"io.github.windymelt::qw:0.1.4"
Instead of writing `List[String](...)` directly, you can express it writing space-separated string:

```scala
import com.github.windymelt.qw.Syntax.{*, given}
import io.github.windymelt.qw.Syntax.{*, given}

val lis: List[String] = qw"You can save time from double-quotation hell"
// => List("You", "can", "save", "time", "from", "double-quotation", "hell")
Expand All @@ -52,7 +52,7 @@ e f
You can embed `String` variable into notation:

```scala
import com.github.windymelt.qw.Syntax.{*, given}
import io.github.windymelt.qw.Syntax.{*, given}

val (x, y, z) = ("a", "b", "c")

Expand Down

0 comments on commit b02f648

Please sign in to comment.