Added section for the demo in README.

This commit is contained in:
Nicolás Ortega Froysa 2017-10-03 17:13:18 +02:00
parent bd09c6fe25
commit fa3b944c0c
No known key found for this signature in database
GPG Key ID: FEC70E3BAE2E69BF

View File

@ -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._