Skip to content

Commit e52372b

Browse files
committed
adjust readme formatting
1 parent e4d119d commit e52372b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ This CLI script will crawl a given url for any path that resolves within the giv
55
## Usage
66

77
```
8-
php crawl.php <url> <optional:output-dir>
8+
php crawl.php <url> <optional:output-dir>
99
```
1010

1111
## Examples
1212

1313
```
14-
php crawl.php http://www.foo.com
14+
php crawl.php http://www.foo.com
1515
16-
php crawl.php http://www.foo.com ~/websites/foo.com
16+
php crawl.php http://www.foo.com ~/websites/foo.com
1717
18-
php crawl.php http://www.foo.com/some-sub-dir/
19-
# will only download files within /some-sub-dir
18+
php crawl.php http://www.foo.com/some-sub-dir/
19+
# will only download files within /some-sub-dir
2020
```
2121

2222
## Tests
@@ -25,5 +25,5 @@ Selected tests can be run using the following:
2525
Note: this has very little code coverage, only used for some basic functions.
2626

2727
```
28-
php test/test.php
28+
php test/test.php
2929
```

0 commit comments

Comments
 (0)