From ac3ad59b7f28042e6d0423135cba24a9c7a51685 Mon Sep 17 00:00:00 2001 From: Ali Caglayan Date: Tue, 10 Jan 2023 02:40:04 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index edcc16f..94329d0 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ It is only about interactivity. A bunch of companion libraries make it usable in different settings: - [Nottui](lib/nottui) renders user interface in the terminal -- [Nottui-lwt](libt/nottui-lwt) add support for concurrent/asynchronous UI to Nottui +- [Nottui-lwt](lib/nottui-lwt) add support for concurrent/asynchronous UI to Nottui - [Nottui-pretty](lib/nottui-pretty) is an interactive pretty-printer (based on [Pprint](https://github.com/fpottier/pprint)) - [Tyxml-lwd](lib/tyxml-lwd) is a Js_of_ocaml library for making interactive applications, using Lwd for updating the DOM and [Tyxml](https://github.com/ocsigen/tyxml) for writing typesafe HTML Document.