From 990a241ba0609c7b82275b0e342d2b44e6334a61 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Sun, 19 Jul 2015 23:05:44 -0700 Subject: [PATCH] readme typo --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index c431d7d..13e85db 100644 --- a/README.md +++ b/README.md @@ -39,13 +39,6 @@ Complete program to emit a sine wave over the default device using the best backend: ```c -/* - * Copyright (c) 2015 Andrew Kelley - * - * This file is part of libsoundio, which is MIT licensed. - * See http://opensource.org/licenses/MIT - */ - #include #include @@ -151,7 +144,7 @@ int main(int argc, char **argv) { ### "Best Backend" -When you use `soundio_connect', it tries these backends in order. +When you use `soundio_connect`, it tries these backends in order. libsoundio tries these backends in order. If unable to connect to that backend, due to the backend not being installed, or the server not running, or the platform is wrong, the next backend is tried.