Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hmol committed Apr 27, 2016
1 parent f2c0a74 commit 96ea1f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ Simple C# console application that will crawl the given webpage for image-tags a
| develop | [![Build status](https://ci.appveyor.com/api/projects/status/syw3l7xeicy7xc0b/branch/develop?svg=true)](https://ci.appveyor.com/project/hmol/linkcrawler/branch/develop) |
| master | [![Build status](https://ci.appveyor.com/api/projects/status/syw3l7xeicy7xc0b/branch/master?svg=true)](https://ci.appveyor.com/project/hmol/linkcrawler/branch/master) |

# Build
Clone repo :point_right: open solution in Visual Studio :point_right: build :facepunch:

## Why?
Because it could be useful to know when a webpage you have responsibility for displays broken links to it's users. I have this running continuously, but you don't have to. For instance, after upgrading your CMS, changing database-scheme, migrating content etc, it can be relevant to know if this did or did not not introduce broken links. Just run this tool one time and you will know exactly how many links are broken, where they link to, and where they are located.

Expand All @@ -29,7 +26,10 @@ Because it could be useful to know when a webpage you have responsibility for di
| ```Csv.FilePath``` | File path for the CSV file |
| ```Csv.Overwrite``` | Whether to overwrite or append (if file exists) |
| ```Csv.Delimiter ``` | Delimiter between columns in the CSV file (like ',' or ';') |


## Build
Clone repo :point_right: open solution in Visual Studio :point_right: build :facepunch:

## Output to console
![Example run on www.github.com](http://henrikm.com/content/images/2016/Feb/linkcrawler_example.PNG "Example run on www.github.com")

Expand Down

0 comments on commit 96ea1f6

Please sign in to comment.