Skip to content

Commit e0fa971

Browse files
committed
Fix code indents
1 parent e26f61f commit e0fa971

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ HTML::Tagset doesn't use any nonstandard modules.
1515
You install HTML::Tagset, as you would install any perl module
1616
library, by running these commands:
1717

18-
perl Makefile.PL
19-
make
20-
make test
21-
make install
18+
perl Makefile.PL
19+
make
20+
make test
21+
make install
2222

2323
If you want to install a private copy of HTML::Tagset in your home
2424
directory, then you should try to produce the initial Makefile with
2525
something like this command:
2626

27-
perl Makefile.PL LIB=~/perl
27+
perl Makefile.PL LIB=~/perl
2828

2929
## DOCUMENTATION
3030

0 commit comments

Comments
 (0)