Skip to content
This repository was archived by the owner on Sep 23, 2022. It is now read-only.

Commit 115535c

Browse files
authored
Update README.md
Fixed a minor syntax error.
1 parent c90b9f9 commit 115535c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ CREATE DATABASE database_name_goes_here;
1212
Then switch over to it by running:
1313

1414
```MySQL
15-
use database_name_goes_here;
15+
USE database_name_goes_here;
1616
```
1717

1818
To set the table up, create a MySQL table with the fields `name` and `password`, to do so run:

0 commit comments

Comments
 (0)