diff --git a/Readme.md b/Readme.md index 0f61d87..5d97369 100644 --- a/Readme.md +++ b/Readme.md @@ -37,7 +37,7 @@ use cursive::views::{Dialog, TextView}; fn main() { // Creates the cursive root - required for every application. - let mut siv = Cursive::new(); + let mut siv = Cursive::ncurses(); // Creates a dialog with a single "Quit" button siv.add_layer(Dialog::around(TextView::new("Hello Dialog!"))