Update README to reflect change in source code
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-02-13 00:08:22 +01:00
parent 65466dd0c6
commit d756f84269

View File

@@ -36,7 +36,7 @@ fn main() {
``` ```
Not that init panics on error, if you do not wish to panic, use 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 # Acknowledgements