Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cystbear committed Apr 7, 2016
1 parent 05d0e40 commit f99acce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ In sys.config:

```Erlang
{twilio, [
{sid, "DS9c2a3br044a4c9534207c98bc7b42db1"},
{auth_token, "7213eeebc23894062bbc24fce1807976"},
{phone, "%2B13123456789"}
{sid, "YOUR_SID"},
{auth_token, "YOUR_AUTH_TOKEN"},
{phone, "YOUR_PHONE"}
]}
```

Expand Down

0 comments on commit f99acce

Please sign in to comment.