From fa3b944c0ce2490477740ce5cd19b62f31d115c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Tue, 3 Oct 2017 17:13:18 +0200 Subject: [PATCH] Added section for the demo in README. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 48ad992..9b87b9b 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ This repository provides a library with interfaces by which you can access the n - [Network Model](#network-model) - [Roadmap](#roadmap) - [API Documentation](#api-documentation) + - [Example Code](#example-code) - [Clients](#clients) - [Compiling](#compiling) - [Contributing](#contributing) @@ -44,6 +45,10 @@ NeoComm uses [Doxygen](http://www.stack.nl/~dimitri/doxygen/) to generate its do Public documentation will be published with every major release. +Example Code +------------ +An example program is available in the [demo directory](demo) which contains a basic usage of NeoComm. + Clients ------- _There are currently no clients available._