From 1176f3ed28f11f97643080b2b50240a30a65cdbb Mon Sep 17 00:00:00 2001 From: Simon Brand Date: Sat, 21 Oct 2017 20:53:04 +0100 Subject: [PATCH] README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43ddf76..67cb2c3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # optional -Single header, Work-in-progress implementation of std::optional with functional-style extensions. +Single header, work-in-progress implementation of `std::optional` with functional-style extensions. Clang + GCC: [![Linux Build Status](https://travis-ci.org/TartanLlama/optional.png?branch=master)](https://travis-ci.org/TartanLlama/optional) MSVC: [![Windows Build Status](https://ci.appveyor.com/api/projects/status/k5x00xa11y3s5wsg?svg=true)](https://ci.appveyor.com/project/TartanLlama/optional)