Skip to content

Commit 656ad75

Browse files
authored
Update README.md
1 parent a5abe1d commit 656ad75

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,15 @@ Since, PyPhone uses ngrok, it is required to make an account in [ngrok](https://
2121
Also, PyPhone uses MySQL database for storing the phone numbers and requires additional setup.(This step will not be required once PyPhone's MySQL DB is setup)
2222
### Steps(MySQL DB):
2323
The MySQL requires the following setup:
24+
2425
pyphone(Database)------> data(Table) ------------> | Phoneno varchar(12)|-------------------| Port varchar(6) |
25-
26-
`CREATE DATABASE pyphone;
27-
CREATE TABLE data(Phoneno VARCHAR(12), Port VARCHAR(6));
28-
INSERT INTO data values("<PHONE_NUMBER_AFTER_REG>","<PORTNUMBER*>")`
29-
26+
27+
`CREATE DATABASE pyphone;`
28+
`CREATE TABLE data(Phoneno VARCHAR(12), Port VARCHAR(6));`
29+
`INSERT INTO data values("<PHONE_NUMBER_AFTER_REG>","<PORTNUMBER*>")`
30+
3031
*PORTNUMBER will be automatically filled bby the PyPhone.
31-
32+
3233
## Gallery
3334
![image](images/Image1.png)
3435
![image](images/Image2.png)

0 commit comments

Comments
 (0)