Skip to content

Commit 5694e78

Browse files
committed
Replace tabs with spaces
Fixes travis build
1 parent f44ef75 commit 5694e78

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ files correctly, because this is Perl 6 Pod, and github assumes Perl 5 POD).
1111

1212
This module is available via the Perl 6 module ecosystem. Use
1313

14-
zef install p6doc
15-
14+
zef install p6doc
15+
1616
to install the binaries and make it available in your binaries
1717
execution path.
1818

1919
Once it has been dowloaded, run
2020

21-
p6doc-index build
22-
21+
p6doc-index build
22+
2323
to build the index.
2424

2525
## Use
@@ -36,8 +36,8 @@ to see the documentation for method `split` in class `Str`. You can
3636
skip the `./bin` part if you have installed it via `panda` or
3737
`zef`. You can also do
3838

39-
p6doc -f slurp
40-
39+
p6doc -f slurp
40+
4141
to browse the documentation of standard functions. Depending on your
4242
disk speed and Rakudo version, it might take a while.
4343

0 commit comments

Comments
 (0)