Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
fomkin committed May 30, 2021
1 parent b6316b1 commit 7ffcffa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ You can use Levsha as a static HTML renderer.

```scala
// build.sbt
libraryDependencies += "com.github.fomkin" %% "levsha-core" % "1.0.0"
libraryDependencies += "com.github.fomkin" %% "levsha-core" % "1.0.1"
```

```scala
Expand Down Expand Up @@ -82,7 +82,7 @@ Levsha's memory usage is constant.

```scala
// build.sbt
libraryDependencies += "com.github.fomkin" %%% "levsha-dom" % "1.0.0"
libraryDependencies += "com.github.fomkin" %%% "levsha-dom" % "1.0.1"
```

```scala
Expand Down Expand Up @@ -256,6 +256,7 @@ Node { renderContext =>
renderContext.closeNode("div")
}
```

## Optimizer options

You can pass this options to SBT.
Expand Down

0 comments on commit 7ffcffa

Please sign in to comment.