From 2c9780949dfc6e9fdef4baae45aed36f2c8d2dd7 Mon Sep 17 00:00:00 2001 From: Simon Brand Date: Tue, 30 Apr 2019 11:59:40 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 65dbdd9..6356b01 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # expected Single header implementation of `std::expected` with functional-style extensions. +[![Documentation Status](https://readthedocs.org/projects/tl-docs/badge/?version=latest)](https://tl.tartanllama.xyz/en/latest/?badge=latest) Clang + GCC: [![Linux Build Status](https://travis-ci.org/TartanLlama/expected.png?branch=master)](https://travis-ci.org/TartanLlama/expected) MSVC: [![Windows Build Status](https://ci.appveyor.com/api/projects/status/k5x00xa11y3s5wsg?svg=true)](https://ci.appveyor.com/project/TartanLlama/expected)