Updated README

This commit is contained in:
Thong Nguyen 2012-09-02 00:29:36 +01:00
parent 1be4057902
commit 2a83e2b733
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ Audjustable is audio streaming class for iOS and OSX. Audjustable uses CoreAudi
## Usage
Download the [source](https://github.com/tumtumtum/audjustable/zipball/master) which includes a simple audio player project that streams audio over HTTP or locally using the `HttpDataSource` or `LocalFileDataSource" classes respectively.
Download the [source](https://github.com/tumtumtum/audjustable/zipball/master) which includes a simple audio player project that streams audio over HTTP or locally using the `HttpDataSource` or `LocalFileDataSource` classes respectively.
If you would like to integrate the AudioPlayer directly into your project you only need to copy the files inside the `/Audjustable/Classes/AudioPlayer` [directory](https://github.com/tumtumtum/audjustable/tree/master/Audjustable/Classes/AudioPlayer) into your project.