Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
youpy committed Dec 2, 2011
1 parent 3fb631a commit 6997d03
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.rdoc
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -36,9 +36,16 @@ supported file format:


=== instantiate === instantiate


==== from file

foo = Scissor('foo.mp3') foo = Scissor('foo.mp3')
bar = Scissor('bar.wav') bar = Scissor('bar.wav')


==== from URL

foo = Scissor('http://example.com/foo.mp3')
bar = Scissor('http://example.org/bar.wav')

=== concat === concat


foo + bar > 'foobar.mp3' foo + bar > 'foobar.mp3'
Expand Down

0 comments on commit 6997d03

Please sign in to comment.