]> git.seodisparate.com - UDPConnection/commitdiff
Update README.md
authorStephen Seo <seo.disparate@gmail.com>
Mon, 13 Jan 2020 09:47:22 +0000 (18:47 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Mon, 13 Jan 2020 09:47:22 +0000 (18:47 +0900)
README.md

index 1400d7566f8438211d0c3f9d9b971ba642438aff..1a412ae6183d3077f2a583faffa892019a2f61f3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -14,3 +14,8 @@ in the future.
     cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=True ..
     make
     make DESTDIR=install_destination install
+
+## Usage
+
+The program in `src/test/UDPC_NetworkTest.c` is used for testing UDPConnection
+and is also an example of using the library in a C program.