aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.markdown b/README.markdown
index cef641c..044cc32 100644
--- a/README.markdown
+++ b/README.markdown
@@ -4,7 +4,7 @@ Music::Lyrics::LRC - Manipulate LRC karaoke timed lyrics files
# VERSION
-Version 0.13
+Version 0.14
# DESCRIPTION
@@ -41,9 +41,9 @@ Constructor method. Accepts a hash with one attribute `verbose`. This
specifies whether the module will `warn` explicitly when it cannot parse an
input line from a file. It defaults to 0.
- my $lrc = MRC::Lyrics::LRC->new();
+ my $lrc = Music::Lyrics::LRC->new();
...
- my $lrc_verbose = MRC::Lyrics::LRC->new(verbose => 1);
+ my $lrc_verbose = Music::Lyrics::LRC->new(verbose => 1);
...
## `lyrics()`