From 0a34f4e9d437470a3049880416f72432844d97dc Mon Sep 17 00:00:00 2001 From: corem Date: Thu, 17 Oct 2024 11:38:30 -0400 Subject: [PATCH] Fix minor typos in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc016cc..ce77f39 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -## ZIO, Lamibar and Tapir +## ZIO, Laminar and Tapir This a project to use ZIO, Laminar and Tapir to communicate with a REST API. * ZIO: A type-safe, composable library for asynchronous and concurrent programming in Scala. -* Lamibar: A library for building REST APIs in Scala. +* Laminar: A library for building simple, expressive and safe UI in Scala. * Tapir: A library for defining HTTP API endpoints as immutable data structures. This project will provide: