Skip to content

Commit 8774728

Browse files
authored
Update README.md
1 parent f8fa1a8 commit 8774728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Update the application.properties file:
102102

103103
```sql
104104
CREATE TABLE users(
105-
id integer primary key,
105+
id integer primary key,
106106
username varchar(50),
107107
password varchar(50)
108108
);

0 commit comments

Comments
 (0)