Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
edadma committed Sep 12, 2021
1 parent c3449b2 commit 036efa7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,12 @@ libraryDependencies += "io.github.edadma" %%% "cairo-xlib" % "0.1.0"

```

Use the following `import` in your code:
Use the following `import` statements in your code:

```scala
import io.github.edadma.cairo_xlib._
import io.github.edadma.libcairo._
import io.github.edadma.xlib._

```

Expand Down

0 comments on commit 036efa7

Please sign in to comment.