Skip to content

Commit

Permalink
Corrects number of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Apr 23, 2018
1 parent 16b37d3 commit c341095
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -12,12 +12,12 @@ Install it the usual way

And test it

zef test
zef test .


## SYNOPSIS

Let us find the `*.pod6` for you and run using two threads at a time.
Let us find the `*.pod6` files for you and run using two threads at a time.

pod2onepage -v --threads=2 --source-path=../../perl6-doc/doc \
--exclude=404.pod6,/.git,/precompiled > tmp/html.xhtml
Expand All @@ -26,7 +26,7 @@ You can use, for instance,

perl6 -Ilib bin/pod2onepage -v --source-path=. --html > tmp/pod2onepage.html

to generate a single page in HTML from [`README.pod6`](README.pod6)
to generate a single page in HTML from the [`README.pod6`](README.pod6)
included here.

## Options
Expand Down Expand Up @@ -58,7 +58,7 @@ included here.

* `--html`

Generate HTML instead of the default XHTML
Generate HTML instead of the default XHTML.


## Testing
Expand Down
2 changes: 1 addition & 1 deletion t/render.t
Expand Up @@ -7,7 +7,7 @@ use Test::When <online>;
use Pod::To::BigPage;

# Test the rendering of a full page
plan 1;
plan 3;

=begin pod
Expand Down

0 comments on commit c341095

Please sign in to comment.