aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown
index cef641c..7b52292 100644
--- a/README.markdown
+++ b/README.markdown
@@ -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()`