Updated README

This commit is contained in:
Thong Nguyen 2014-01-20 23:57:18 +00:00
parent ce3f938309
commit c3a35fcdf3
1 changed files with 0 additions and 2 deletions

View File

@ -24,8 +24,6 @@ There are two main classes. The `STKDataSource` class which is the abstract bas
```objective-c
// Create AudioPlayer
STKAudioPlayer* audioPlayer = [[STKAudioPlayer alloc] init];
audioPlayer.delegate = self;