Skip to content

Commit b9d4cb2

Browse files
author
Edmo Lima
committed
docs: update reame logo
1 parent d909b1e commit b9d4cb2

File tree

1 file changed

+3
-22
lines changed

1 file changed

+3
-22
lines changed

README.md

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
# Docdiff
44

5-
![Docdiff Brand](./docs/assets/docdiff.png)
5+
<div align="center">
6+
<img src="./docs/assets/docdiff.png" alt="Docdiff Brand" width="500px" />
7+
</div>
68

79
**Docdiff** is a fast, intuitive CLI for comparing two files using advanced document distance algorithms. Built for developers, data scientists, and anyone who needs reliable file comparison, Docdiff makes it effortless to spot differences and measure similarity between documents.
810

@@ -19,8 +21,6 @@
1921

2022
---
2123

22-
---
23-
2424

2525
## Installation
2626

@@ -36,9 +36,6 @@ Download the latest release for your platform from [Releases](https://github.com
3636

3737
---
3838

39-
---
40-
41-
4239
## Usage
4340

4441
Compare two files:
@@ -62,9 +59,6 @@ docdiff diff --help
6259

6360
---
6461

65-
---
66-
67-
6862
## Example Output
6963

7064
```sh
@@ -77,18 +71,12 @@ Comparison finished!
7771

7872
---
7973

80-
---
81-
82-
8374
## Algorithms
8475

8576
Docdiff uses advanced document distance algorithms. You can extend or customize algorithms by contributing to [`src/algorithms/`](src/algorithms/).
8677

8778
---
8879

89-
---
90-
91-
9280
## Testing
9381

9482
Run all tests:
@@ -99,26 +87,19 @@ cargo test
9987

10088
---
10189

102-
---
103-
10490

10591
## Contributing
10692

10793
Contributions are welcome! See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
10894

10995
---
11096

111-
---
112-
113-
11497
## License
11598

11699
Docdiff is licensed under the [MIT License](LICENSE).
117100

118101
---
119102

120-
---
121-
122103

123104
## Community & Support
124105

0 commit comments

Comments
 (0)