Skip to content
This repository has been archived by the owner on Apr 6, 2019. It is now read-only.

Commit

Permalink
[3.0.0] update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Cylix committed Sep 21, 2017
1 parent 5257847 commit 40573e2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</p>

# 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`.
Expand Down Expand Up @@ -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).

Expand Down

0 comments on commit 40573e2

Please sign in to comment.