Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
##Pull Twilio Message Logs
## Pull Twilio Message Logs

###Installation
### Installation


Clone repo into a local directory and use `npm install` to install dependencies.

###Pulling complete message logs
### Pulling complete message logs

Call with
```
Expand All @@ -18,7 +18,7 @@ This will include the From number, the To number, inbound/outbound, the number o

Currently unable to determine the country of short codes used as short codes have overlapping format between countries such as US and Canada.

###Pulling complete inbound message logs
### Pulling complete inbound message logs

Call with
```
Expand All @@ -31,7 +31,7 @@ This will include the From number, the To number, the body, inbound/outbound, th

Currently unable to determine the country of short codes used as short codes have overlapping format between countries such as US and Canada.

###Pulling message logs filtered on error codes
### Pulling message logs filtered on error codes

Call with
```
Expand Down