Skip to content

Commit

Permalink
docs(README): Fix path in usage sample
Browse files Browse the repository at this point in the history
  • Loading branch information
strogonoff authored Oct 5, 2019
1 parent 79cf31d commit 98cb849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Usage

python html_diff.py <path/to/old/document.html> <path/to/new/document.html> <path/to/diff/results/dir>

2. Open ``<path/to/diff/results/dir>/<document-name>.html``
2. Open ``<path/to/diff/results/dir>/<document>/index.html``
in your favorite browser to see a visual diff.

3. Switch between old, new and diff layers, and adjust opacity as needed.
Expand Down

0 comments on commit 98cb849

Please sign in to comment.