From e3f6fb350aa87ea1a4e083c68cd71d198c673b46 Mon Sep 17 00:00:00 2001 From: standarddeviant Date: Thu, 30 Aug 2018 13:29:57 -0400 Subject: [PATCH] Adding MD title spaces a prettier README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a81a70b..c4c4c10 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ used in networked control of musical applications. The code is based on a relatively straightforward translation of librtosc(https://github.com/fundamental/rtosc) -##Sample Usage +## Sample Usage ```julia i = Int32( 42 ); #integer @@ -57,7 +57,7 @@ OSC Message to /dest Accessing the fields is done via the [] operator. -##Networked Usage +## Networked Usage Most of the usage is going to involve sending the OSC messages over UDP to another program. @@ -83,11 +83,11 @@ send(sock1, ip"127.0.0.1", 7777, msg1.data) ``` -##TODO +## TODO - Port bundle message support from librtosc -##LICENSE +## LICENSE OSC.jl is licensed under the LGPLv3 License