From 40573e2159f919e75cde7d623b354f1213b41a1a Mon Sep 17 00:00:00 2001 From: Simon Ninon Date: Thu, 21 Sep 2017 13:13:43 +0200 Subject: [PATCH] [3.0.0] update README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f3ce8a..c240391 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

# Taco Pie [![Build Status](https://travis-ci.org/Cylix/tacopie.svg?branch=master)](https://travis-ci.org/Cylix/tacopie) -`tacopie` is a TCP Client & Server C++11 library. +`tacopie` is a multi-platform TCP Client & Server C++11 library. ## Requirement `tacopie` has **no dependency**. Its only requirement is `C++11`. @@ -32,6 +32,9 @@ client.async_read({ 1024, [&] (tacopie::tcp_client::read_result& res) { ## Wiki A [Wiki](https://github.com/Cylix/tacopie/wiki) is available and provides full documentation for the library as well as [installation explanations](https://github.com/Cylix/tacopie/wiki/Installation). +# Doxygen +A [Doxygen documentation](https://cylix.github.io/tacopie/html/index.html) is available and provides full API documentation for the library. + ## License `tacopie` is under [MIT License](LICENSE).