cat walked on keyboard, apparently

This commit is contained in:
Ivan Ganev 2017-11-07 19:43:43 +02:00
commit fc5bfc691e

View file

@ -165,7 +165,7 @@ documentation below for more information.
The ouput file MUST use the PNG extension.
```php
$waveform = $audio->waveform(640, 120, ['#00FF00/']);
$waveform = $audio->waveform(640, 120, ['#00FF00']);
$waveform->save('waveform.png');
```