Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Munter committed Apr 7, 2015
1 parent 2eb4514 commit 8130f5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Hyperlink is known to:
- Detect broken links to internal assets
- Detect broken links to external assets
- Detect missing DNS records on external links
- Detect inefficient external links that reult in a redirect chain
- Detect inefficient external links that result in a redirect chain
- Detect miscellaneous syntax errors in your web assets

Todo:
Expand All @@ -40,7 +40,7 @@ Command line usage and options:

Hyperlink takes any number of input files or urls. It is recommended having these urls on the same domain or be part of the same web site.

The `--root` option is only needed for resolving root relaive urls in case you are not sending in pages located in the web root.
The `--root` option is only needed for resolving root relative urls in case you are not sending in pages located in the web root.

The most common use case is to do `hyperlink path/to/index.html -r`, giving `hyperlink` your index file in your web root and having it recursively explore all linked pages and their referenced assets, internal and external.

Expand Down

0 comments on commit 8130f5a

Please sign in to comment.