diff --git a/README.md b/README.md index 5371cf8..d13b7b8 100755 --- a/README.md +++ b/README.md @@ -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 ``` @@ -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 ``` @@ -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 ```