Skip to content

Commit

Permalink
0.01
Browse files Browse the repository at this point in the history
  • Loading branch information
wollmers committed Mar 6, 2016
1 parent 5d7e9f7 commit 5b6fed2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
Revision history for Text::Guess::Language

{{$NEXT}}

0.01 2016-03-06 09:59:17 CET
- Initial release
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Text::Guess::Language - Guess language from text using top 1000 words

# SYNOPSIS

use Langauge::Guess;
use Text::Guess::Language;
my $guessed_language = Text::Guess::Language->guess($text);

# DESCRIPTION
Expand Down

0 comments on commit 5b6fed2

Please sign in to comment.