Skip to content

Commit 0f1afc0

Browse files
committed
readme: resize screenshots
1 parent 5d924e1 commit 0f1afc0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,23 @@ You can also specify special instructions for the AI to follow (e.g. "focus on q
99
SQL AI Optimizer is a PHP application that connects to databases, analyzes SQL queries, and uses Anthropic's AI models to suggest optimizations, identify performance bottlenecks, and provide insights to improve database efficiency.
1010

1111
## Screenshots
12-
![Index](./assets/index.png)
12+
![Index](./assets/index.png | width=600)
1313

1414
--------------------------------
1515

16-
![Groups](./assets/groups.png)
16+
![Groups](./assets/groups.png | width=600)
1717

1818
--------------------------------
1919

20-
![Analysis summary](./assets/analysis-summary.png)
20+
![Analysis summary](./assets/analysis-summary.png | width=600)
2121

2222
--------------------------------
2323

24-
![Group](./assets/group.png)
24+
![Group](./assets/group.png | width=600)
2525

2626
--------------------------------
2727

28-
![Result](./assets/result.png)
28+
![Result](./assets/result.png | width=600)
2929

3030
## Features
3131

0 commit comments

Comments
 (0)