diff --git a/README.md b/README.md index 75f1ccc..9befb13 100644 --- a/README.md +++ b/README.md @@ -56,8 +56,8 @@ let plivo = require('plivo'); let client = new plivo.Client(); client.messages.create( - '', - '', + '+14156667778', + '+14156667777', 'Hello, world!' ).then(function(response) { console.log(response) @@ -71,8 +71,8 @@ let plivo = require('plivo'); let client = new plivo.Client(); client.calls.create( - '', - '', + '+14156667778', + '+14156667777', 'http://answer.url' ).then(function(response) { console.log(response)