Adding MD title spaces a prettier README.md

pull/11/head
standarddeviant 2018-08-30 13:29:57 -04:00 committed by GitHub
parent 9f6dd6f21f
commit 51904faec5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ used in networked control of musical applications.
The code is based on a relatively straightforward translation of The code is based on a relatively straightforward translation of
librtosc(https://github.com/fundamental/rtosc) librtosc(https://github.com/fundamental/rtosc)
##Sample Usage ## Sample Usage
```julia ```julia
i = Int32( 42 ); #integer i = Int32( 42 ); #integer
@ -57,7 +57,7 @@ OSC Message to /dest
Accessing the fields is done via the [] operator. 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 Most of the usage is going to involve sending the OSC messages over UDP to
another program. another program.
@ -83,11 +83,11 @@ send(sock1, ip"127.0.0.1", 7777, msg1.data)
``` ```
##TODO ## TODO
- Port bundle message support from librtosc - Port bundle message support from librtosc
##LICENSE ## LICENSE
OSC.jl is licensed under the LGPLv3 License OSC.jl is licensed under the LGPLv3 License