Skip to content

Commit a359b56

Browse files
authored
Update README.md
1 parent 91854e1 commit a359b56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ A simple PHP authentication system with password hashing. This project is suitab
1515

1616
## Installation
1717
1. Change the login credentials for the database in the config.php file.
18+
2. In database:
1819
```sql
1920
CREATE TABLE users (
2021
id SERIAL PRIMARY KEY, -- Auto-incrementing primary key for each user

0 commit comments

Comments
 (0)