diff --git a/README.md b/README.md index 40c8a26..39a982c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # RO: Result and Option for C++ -C++ class templates that implement Result and Option class families that facilitate Error and Null value handling. +C++ class templates that implement Result\ and Option\ class families that facilitate Error and Null value handling. This implementation is inspired by the Rust language.