README.md in mpg321-0.0.3 vs README.md in mpg321-0.0.4

- old
+ new

@@ -27,16 +27,9 @@ require 'mpg321' Mpg321.new.play('/some_path/song.mp3') ``` -Play mutiple mp3 files: - -```ruby -require 'mpg321' - -Mpg321.new.play(['/some_path/song1.mp3', '/some_path/song2.mp3']) -``` Contributing ------------ 1. Make a fork 2. Make your changes 3. Push your changes to your fork