From 7ffcffa7fe31b3b2c631f96c23a6d283733a4ac5 Mon Sep 17 00:00:00 2001 From: Aleksey Fomkin Date: Sun, 30 May 2021 22:45:16 +0300 Subject: [PATCH] Update README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b31ce8..5e7c9ff 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -256,6 +256,7 @@ Node { renderContext => renderContext.closeNode("div") } ``` + ## Optimizer options You can pass this options to SBT.