Skip to content

Commit

Permalink
Fix doc pastos.
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Nov 6, 2013
1 parent 54523d2 commit b7c8d26
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions bin/pgxn_site_server
Original file line number Diff line number Diff line change
Expand Up @@ -67,17 +67,17 @@ pgxn_site_server - The PGXN API server
=head1 Usage
pgxn_api_server --api-url http://api.pgxn.org/ \
--errors-to alerts@example.com \
--errors-from oops@example.com \
--feedback-to feedback@example.com \
pgxn_site_server --api-url http://api.pgxn.org/ \
--errors-to alerts@example.com \
--errors-from oops@example.com \
--feedback-to feedback@example.com
=head1 Description
This is the PGXN API PSGI server. It automatically figures out the environment
it is run in, and runs your application in that environment. C<FastCGI>,
C<CGI>, C<AnyEvent> and others can all be detected. See L<Plack::Loader> for
the authoritative list.
This is the PGXN main site PSGI server. It automatically figures out the
environment it is run in, and runs your application in that environment.
C<FastCGI>, C<CGI>, C<AnyEvent> and others can all be detected. See
L<Plack::Loader> for the authoritative list.
=head1 Options
Expand Down

0 comments on commit b7c8d26

Please sign in to comment.