From d9a43fb342f80cd50c622fc71eab1ab1e64ff54a Mon Sep 17 00:00:00 2001 From: Patrick Bos Date: Mon, 25 Oct 2021 12:27:19 +0200 Subject: [PATCH] add link to CPPZMQ tour to README Problem: a comprehensive documentation of cppzmq is missing from this repo. Solution: add a link to the very extensive tour of cppzmq by @brettviren. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 36d94ef..16ad70e 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,8 @@ See the `examples` directory for more examples. When the project is compiled wit API Overview ============ +For an extensive overview of the `zmq.hpp` API in use, see this [Tour of CPPZMQ by @brettviren](https://brettviren.github.io/cppzmq-tour/index.html). + Bindings for libzmq in `zmq.hpp`: Types: