Skip to content

Commit 4dc2f69

Browse files
committed
README Fixed
1 parent c442215 commit 4dc2f69

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -132,17 +132,16 @@ Once you have a .sqlite file, launch the web interface to explore the diffs:
132132
```
133133
134134
4. **Browse interactively**
135-
Open http://127.0.0.1:5555
135+
- Open http://127.0.0.1:5555
136+
<img src="/diffrays/static/sample/dashboard.png">
136137
137-
<img src="/diffrays/static/sample/dashboard.png">
138+
5. **Browse Diff Results**
139+
- The Diff Result page shows the results of binary diffing and can be sorted based on changes.
140+
<img src="/diffrays/static/sample/diff.png">
138141
139-
5. The Diff Result page shows the results of binary diffing and can be sorted based on changes:
140-
141-
<img src="/diffrays/static/sample/diff.png">
142-
143-
6. Clicking on a function displays the detailed diff result:
144-
145-
<img src="/diffrays/static/sample/result.png">
142+
6. **View Function Details**
143+
- Clicking on a function displays the detailed diff result.
144+
<img src="/diffrays/static/sample/result.png">
146145
147146
---
148147

0 commit comments

Comments
 (0)