Skip to content

Commit 130ff6e

Browse files
committed
update readme.md
1 parent 2c6aa0d commit 130ff6e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.env

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
PORT=5001
2-
QUEUE_TIMEOUT=1000
1+
PORT=5001

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To run this project, you will need to add the following environment variables to
1616
```
1717
// .env
1818
19-
PORT=5000 // which port to running on your machine
19+
PORT=5001 // which port to running on your machine
2020
```
2121

2222
## Install and Running
@@ -45,10 +45,11 @@ Start the server
4545
npm run start
4646
```
4747

48-
| Parameter | Type | Description |
49-
| :-------- | :-------- | :------------------------------------- |
50-
| `session` | `string` | **Required**. Create Your Session Name |
51-
| `scan` | `boolean` | Print QR at Browser |
48+
Open On Browser & Start New Session
49+
50+
```bash
51+
http://localhost:5000/start-session?session=mysession&scan=true
52+
```
5253

5354
## API Reference
5455

0 commit comments

Comments
 (0)