From bfedb4829a46dfc7a50e87fea9bae6a2ed01face Mon Sep 17 00:00:00 2001 From: Simon Brand Date: Mon, 29 Apr 2019 15:52:42 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dd71049..10505f4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # tl A bunch of small C++ utilities +The documentation is available at [tl.tartanllama.xyz](https://tl.tartanllama.xyz). + [![Linux Build Status](https://travis-ci.org/TartanLlama/tl.png?branch=master)](https://travis-ci.org/TartanLlama/tl) - [`overload`](https://github.com/TartanLlama/tl/blob/master/include/tl/overload.hpp): a rudimentary implementation of [`std::overload`](http://open-std.org/JTC1/SC22/WG21/docs/papers/2016/p0051r2.pdf)