diff --git a/Readme.md b/Readme.md index 2bbdf09..c23a3c7 100644 --- a/Readme.md +++ b/Readme.md @@ -5,6 +5,8 @@ Cursive is a ncurses-based TUI (Text User Interface) library for rust. It is based on jeaye's [ncurses-rs](https://github.com/jeaye/ncurses-rs). +# [Documentation](http://gyscos.github.io/Cursive/cursive/index.html) + It is designed to be safe and easy to use: ```