Skip to content

Commit

Permalink
fix options
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed May 10, 2011
1 parent 34fdcb6 commit c3353d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README
Expand Up @@ -3,7 +3,7 @@ NAME
using AnyEvent::FCGI

SYNOPSIS
> plackup -s AnyEvent::FCGI myapp.psgi
> plackup --listen /tmp/fastcgi.sock -s AnyEvent::FCGI myapp.psgi

DESCRIPTION
Plack::Handler::AnyEvent::FCGI is a PSGI adapter for AnyEvent::FCGI
Expand Down
2 changes: 1 addition & 1 deletion lib/Plack/Handler/AnyEvent/FCGI.pm
Expand Up @@ -121,7 +121,7 @@ Plack::Handler::AnyEvent::FCGI - Asynchronous FCGI handler for PSGI using AnyEve
=head1 SYNOPSIS
> plackup -s AnyEvent::FCGI myapp.psgi
> plackup --listen /tmp/fastcgi.sock -s AnyEvent::FCGI myapp.psgi
=head1 DESCRIPTION
Expand Down

0 comments on commit c3353d6

Please sign in to comment.