Skip to content

Commit b02f648

Browse files
committed
fixed readme import
1 parent 5464cda commit b02f648

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ivy"io.github.windymelt::qw:0.1.4"
3030
Instead of writing `List[String](...)` directly, you can express it writing space-separated string:
3131

3232
```scala
33-
import com.github.windymelt.qw.Syntax.{*, given}
33+
import io.github.windymelt.qw.Syntax.{*, given}
3434

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

5454
```scala
55-
import com.github.windymelt.qw.Syntax.{*, given}
55+
import io.github.windymelt.qw.Syntax.{*, given}
5656

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

0 commit comments

Comments
 (0)