Skip to content

Commit a59af5f

Browse files
author
Mark Lewin
committed
Update README
1 parent 8f258db commit a59af5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Fill in the values in `.env` as appropriate.
3131
Run the following command in the application directory:
3232

3333
```sh
34-
node receive-concat-express.js
34+
npm start
3535
```
3636
The application should be running on the port you specified in `.env`.
3737

@@ -43,9 +43,9 @@ https://demo.ngrok.io/webhooks/inbound-sms
4343

4444
### Using the App
4545

46-
Send a long (> 160 standard GSM characters) text message to the number you specified in the `TO_NUMBER` setting in your `.env` file. Alternatively, you can use `send-sms-concat.js` for testing.
46+
Send a long (> 160 standard GSM characters) text message to the number you specified in the `TO_NUMBER` setting in your `.env` file.
4747

48-
The console output of `receive-concat-express.js` should show the invididual message parts and then the complete message once all the parts have been received and reassembled.
48+
The console output of `server.js` should show the invididual message parts and then the complete message once all the parts have been received and reassembled.
4949

5050
## License
5151

0 commit comments

Comments
 (0)