From d756f8426981f2451c3424739aca427c5796045c Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sun, 13 Feb 2022 00:08:22 +0100 Subject: [PATCH] Update README to reflect change in source code --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72e45a1..80161d6 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ fn main() { ``` Not that init panics on error, if you do not wish to panic, use -`output_vt100::try_init` which returns a `Result<(), ()>` +`output_vt100::try_init` which returns a `Result<(), InitError>` # Acknowledgements