readme typo

This commit is contained in:
Andrew Kelley 2015-07-19 23:05:44 -07:00
parent 3d2ca2a610
commit 990a241ba0

View file

@ -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 <soundio/soundio.h>
#include <stdio.h>
@ -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.