From 715569135ceb20d37c6c82aac9956770f2eca5a5 Mon Sep 17 00:00:00 2001 From: Wang Yudong Date: Thu, 12 May 2016 12:01:43 +0800 Subject: [PATCH] Update method name to match the interface --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4368692e..a5273ed4 100644 --- a/README.md +++ b/README.md @@ -591,7 +591,7 @@ __weak typeof (self) weakSelf = self; // Get a waveform with 1024 points of data. We can adjust the number of points to whatever level // of detail is needed by the application [self.audioFile getWaveformDataWithNumberOfPoints:1024 - completionBlock:^(float **waveformData, + completion:^(float **waveformData, int length) { [weakSelf.audioPlot updateBuffer:waveformData[0]