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

Commit fa079a2

Browse files
authored
Update README.md
Fixed a typo
1 parent fa5e9a3 commit fa079a2

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
@@ -11,7 +11,7 @@ CREATE DATABASE database_name_goes_here;
1111

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

14-
```shell
14+
```MySQL
1515
CREATE TABLE users(name VARCHAR(30) NOT NULL, password VARCHAR(50) NOT NULL);
1616
```
1717
Then put your desired username in the `name` field, and the password in the `password` field.

0 commit comments

Comments
 (0)