From 73c57cee6d400e339ee23b1ebfe3319263c1be33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tadas=20Au=C4=8Di=C5=ABnas?= Date: Fri, 21 Apr 2023 15:26:55 +0300 Subject: [PATCH] fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ca1ea25..ecb07564 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ libraryDependencies ++= Seq( or just ```scala -libraryDependecies ++= Seq( +libraryDependencies ++= Seq( "com.tethys-json" %% "tethys" % "latest version in badge" ) ```