diff --git a/README.md b/README.md index 76382e8..5a0c8ee 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ std::optional get_cute_cat (const image& img) { You can do this: ``` -std::optional get_cute_cat (const image& img) { +tl::optional get_cute_cat (const image& img) { return crop_to_cat(img) .and_then(add_bow_tie) .and_then(make_eyes_sparkle)