Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
brymck committed Apr 12, 2012
1 parent 7d7bc93 commit 3352b2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Transcribe a file:

transcribe dutch hello_world.txt

Write transcription to a file
Write transcription to a file:

transcribe dutch "hallo mensen" > hello_world.txt

Expand Down
2 changes: 1 addition & 1 deletion lib/transcribe/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# coding: utf-8
module Transcribe
VERSION = "0.0.1"
VERSION = "0.1"
end

0 comments on commit 3352b2c

Please sign in to comment.