Skip to content

Commit f1c6f91

Browse files
authored
Update README.md
1 parent 98fcf72 commit f1c6f91

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ Error | Code | Meaning What to fix
1616
IF THESE DON'T FIX REFER SOME AI AND FIX AND MOVE TO STEP 2.
1717
# Step 2
1818
This is main project.
19-
First go to MySQL and do >>> `Create database library;`
20-
now do >>>`CREATE TABLE list (id INT NOT NULL AUTO_INCREMENT,student_name VARCHAR(100) NOT NULL,book VARCHAR(100) DEFAULT NULL,status VARCHAR(20) DEFAULT NULL,PRIMARY KEY (id));`
21-
Now copy and run main.py.
19+
First copy and run main.py.
2220
Once run for first time the program is ready.
2321
Now for better performance direct to file in cmd
2422
The cmd for this is `cd /d <the file path>` eg: "cd /d D:\PythonProjects"

0 commit comments

Comments
 (0)