Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit 4a38324

Browse files
committed
Minor modifications to Readme.md
1 parent 654bf89 commit 4a38324

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if you don't have one already.
2929

3030
1. Next, open `.env.example` at the root of the project and update it with
3131
values from your
32-
[Twilio account](https://www.twilio.com/user/account/voice-messaging)
32+
[Twilio account](https://www.twilio.com/console)
3333
and local configuration. Save the file as `.env`. You'll need to set
3434
`TWILIO_AUTH_TOKEN`, `TWILIO_ACCOUNT_SID`, and `TWILIO_NUMBER`.
3535

@@ -43,18 +43,18 @@ if you don't have one already.
4343

4444
1. Navigate to the project directory in your terminal and run:
4545

46-
```bash
47-
$ npm install
48-
```
46+
```bash
47+
$ npm install
48+
```
4949

5050
This should install all of our project dependencies from npm into a local
5151
`node_modules` folder.
5252

5353
1. Make sure the tests succeed.
5454

55-
```bash
56-
$ npm test
57-
```
55+
```bash
56+
$ npm test
57+
```
5858

5959
1. To launch the application, you can use `node .` in the project's root directory.
6060
You might also consider using [nodemon](https://github.com/remy/nodemon) for

0 commit comments

Comments
 (0)