Skip to content

Commit 4689e71

Browse files
committed
fix: README.md correction
1 parent 3ceaaa6 commit 4689e71

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,21 @@ The project is organized into packages, with the following structure:
4747

4848
## Class Diagram
4949

50-
<img src="https://github.com/jbrun0r/assets/blob/main/Java-DAO-JDBC/class-diagram.png?raw=true" width="100%">
50+
<!-- <img src="https://github.com/jbrun0r/assets/blob/main/Java-DAO-JDBC/class-diagram.png?raw=true" width="100%"> -->
51+
52+
![](https://github.com/jbrun0r/assets/blob/main/Java-DAO-JDBC/class-diagram.png?raw=true)
5153

5254
## Overview of the DAO Pattern
5355

54-
<img src="https://github.com/jbrun0r/assets/blob/main/Java-DAO-JDBC/data-access-object.png?raw=true" width="100%">
56+
<!-- <img src="https://github.com/jbrun0r/assets/blob/main/Java-DAO-JDBC/data-access-object.png?raw=true" width="100%"> -->
57+
58+
![](https://github.com/jbrun0r/assets/blob/main/Java-DAO-JDBC/data-access-object.png?raw=true)
5559

5660
## Overview of JDBC
5761

58-
<img src="https://github.com/jbrun0r/assets/blob/main/Java-DAO-JDBC/java-database-connectivity.png?raw=true" width="300px">
62+
<!-- <img src="https://github.com/jbrun0r/assets/blob/main/Java-DAO-JDBC/java-database-connectivity.png?raw=true" width="300px"> -->
63+
64+
![](https://github.com/jbrun0r/assets/blob/main/Java-DAO-JDBC/java-database-connectivity.png?raw=true)
5965

6066
## References
6167

0 commit comments

Comments
 (0)