Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmdiaa committed Sep 12, 2017
1 parent 086024f commit 3dd5690
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
@@ -1,6 +1,6 @@
# WaybackUnifier

WaybackUnifier allow you to take a look at how a file has ever looked by aggregating all versions of this file, and creating a unified version that contains every line that has ever been in it.
WaybackUnifier allows you to take a look at how a file has ever looked by aggregating all versions of this file, and creating a unified version that contains every line that has ever been in it.

### Installation
Go is required.
@@ -21,6 +21,6 @@ This will download the code, compile it, and leave a `waybackunifier` binary in
URL to unify versions of (without protocol prefix) (default "site.com/robots.txt")
```

You can see that settings are by default suitable for unifying robots.txt files. Feel free to change the value of `-sub` to anything else, or supply an empty string to get all versions of a file without filtering.
The settings are by default suitable for unifying robots.txt files. Feel free to change the value of `-sub` to anything else, or supply an empty string to get all versions of a file without filtering.

**Note:** Lines are saved *unordered* for performance reasons

0 comments on commit 3dd5690

Please sign in to comment.