From 62ae18ca656b34ace27f0d8f840b565909a8e8ad Mon Sep 17 00:00:00 2001 From: devinroth Date: Sun, 19 Jan 2020 21:11:21 -0800 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1f8a653..895f884 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,11 @@ SwiftOSC is a Swift Open Sound Control (OSC) 1.1 client and server framework. *If you are using SwiftOSC in a project, let me know. I would love to make a list of projects using SwiftOSC.* +## Table of Contents +- [Installation](#installation) +- [Quick Start](#quick-start) +- [Projects Using SwiftOSC](#projects-using-swiftosc) + ## Installation @@ -108,10 +113,7 @@ Send bundle client.send(bundle) ``` -## Known Issues - -## About +## Projects Using SwiftOSC -[Devin Roth](http://devinrothmusic.com) is a composer and programmer. When not composing, teaching, or being a dad, Devin attempts to make his life more efficient by writing programs. For additional information on Open Sound Control visit http://opensoundcontrol.org/.