From e364154217fe5453a3b18441244eb9cf50356c0c Mon Sep 17 00:00:00 2001 From: yoshinorin Date: Sat, 3 Feb 2024 23:28:55 +0900 Subject: [PATCH] docs: fix wrong library name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fd8a0f7..ae6c2125 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ Please see [releases page](./docs/_docs/releases/index.md). |[cats-effect](https://github.com/typelevel/cats-effect)| Pure asynchronous runtime | |[http4s](https://github.com/http4s/http4s)| HTTP Server | |[jsoniter-scala](https://github.com/plokhotnyuk/jsoniter-scala)| JSON codecs | -|[jwt-scalajwt-scala](https://github.com/jwt-scala/jwt-scala)| JWT support | +|[jwt-scala](https://github.com/jwt-scala/jwt-scala)| JWT support | |[doobie](https://github.com/tpolecat/doobie)| JDBC Layer | |[airframe-ulid](https://github.com/wvlet/airframe/)| ULID Generator | |[caffeine](https://github.com/ben-manes/caffeine)| Caching library |