From: Marius Gavrilescu <marius@ieval.ro>
Date: Sat, 17 Sep 2016 23:49:20 +0000 (+0100)
Subject: Minor doc fix
X-Git-Tag: 0.003~1
X-Git-Url: http://git.ieval.ro/?a=commitdiff_plain;h=25343ee4900fe6756ea246c3a2f05ff39ab83536;p=audio-opusfile.git

Minor doc fix
---

diff --git a/README b/README
index 537a40d..4807d71 100644
--- a/README
+++ b/README
@@ -12,8 +12,8 @@ libopusfile is a library for decoding and basic manipulation of Ogg
 Opus files.
 
 Audio::Opusfile is an interface to libopusfile. At the moment its only
-function is reading tags from an Ogg Opus file. Future versions will
-give access to a larger part of the libopusfile API.
+function is reading tags from an Ogg Opus file or buffer. Future
+versions will give access to a larger part of the libopusfile API.
 
 Expect the API to change in future versions.
 
diff --git a/lib/Audio/Opusfile.pm b/lib/Audio/Opusfile.pm
index 1e37f4b..d890005 100644
--- a/lib/Audio/Opusfile.pm
+++ b/lib/Audio/Opusfile.pm
@@ -117,8 +117,9 @@ libopusfile is a library for decoding and basic manipulation of Ogg
 Opus files.
 
 Audio::Opusfile is an interface to libopusfile. At the moment its only
-function is reading metadata and tags from an Ogg Opus file. Future
-versions will give access to a larger part of the libopusfile API.
+function is reading metadata and tags from an Ogg Opus file or buffer.
+Future versions will give access to a larger part of the libopusfile
+API.
 
 Expect the API to change in future versions.