Skip to content

Commit

Permalink
minor typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
molecules committed Apr 27, 2017
1 parent f4abf06 commit ce6f787
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ SYNOPSIS

Or for streaming:

use Data::MessagePack::StreanmingUnpacker;
use Data::MessagePack::StreamingUnpacker;

my $supplier = Some Supplier; #Could be from IO::Socket::Async for instance

my $unpacker = Data::MessagePack::StreanmingUnpacker.new(
my $unpacker = Data::MessagePack::StreamingUnpacker.new(
source => $supplier.Supply
);

Expand Down

0 comments on commit ce6f787

Please sign in to comment.