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.