From 012895d445b7008745d9571a7bfb42975ec95537 Mon Sep 17 00:00:00 2001 From: huzaif Date: Mon, 3 May 2021 16:41:49 +0530 Subject: [PATCH] update src & dst placeholders --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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)