Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
laur1s authored Sep 6, 2018
1 parent b84e366 commit 727119a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Form is using MySQL Prepared Statements and password encryption using SHA-256.
3. Create an users table according by running the following SQL commands:
1. `CREATE DATABASE db;`
2. `USE db;`
3. Run the following SQL statement:

```SQL

Expand All @@ -34,8 +35,6 @@ Form is using MySQL Prepared Statements and password encryption using SHA-256.
PRIMARY KEY ('id')
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

```

## Use

Feel free to modify the template according your needs and push the code if you make any improvements!

0 comments on commit 727119a

Please sign in to comment.