Skip to content

Commit 8789445

Browse files
committed
It should be the last commit
1 parent 9324ec8 commit 8789445

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# pdf-diff
2-
A tool for visualizing differences between two pdf files. Mainly dedicated to editors that spent a lot of hours on several pdf.
2+
A tool for visualizing differences between two pdf files. Mainly dedicated to editors that usually spends a lot of hours on several pdf.
33

44
![Example of output](https://raw.githubusercontent.com/serhack/pdf-diff/main/image-1.png)
55

@@ -37,14 +37,14 @@ or:
3737

3838
```
3939
go build
40-
./main pdf-1.pdf pdf-2.pdf
40+
./pdf-diff pdf-1.pdf pdf-2.pdf
4141
```
4242

4343
Once ran, the images are created in the folder `generated`.
4444

4545
### Contact
4646

47-
If you wish to use this for your project, go ahead. If you have any issues or improvements, feel free to open a new [ISSUE]. Lastly, if you have a good algorithm to implement or just to discuss about any other tools for editor, you can [email me]([email protected]).
47+
If you wish to use this for your project, go ahead. If you have any issues or improvements, feel free to open a new [ISSUE](https://github.com/serhack/pdf-diff/issues). Lastly, if you have a good algorithm to implement or just to discuss about any other tools for editor, you can [email me]([email protected]).
4848

4949
#### Donation
5050

0 commit comments

Comments
 (0)