Skip to content

Commit

Permalink
FIx synopsis.
Browse files Browse the repository at this point in the history
  • Loading branch information
gphat committed Feb 14, 2012
1 parent 7550116 commit e9c7f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Net/Flowdock.pm
Expand Up @@ -13,7 +13,7 @@ Net::Flowdock is a simple client for using the L<Flowdock API|https://www.flowdo
use Net::Flowdock;
my $client = Net::Flowdock->new(key => 'find-your-own';
my $client = Net::Flowdock->new(key => 'find-your-own');
$client->send({
source => 'CPAN',
Expand Down

0 comments on commit e9c7f8d

Please sign in to comment.