From 382ea4ffc5b34114fa16bbeef49efb90787f96ef Mon Sep 17 00:00:00 2001 From: Eli Silberbaum <33945838+silberbaum@users.noreply.github.com> Date: Sat, 9 Dec 2017 06:30:47 +0100 Subject: [PATCH] Update README.md splitIntegrated to splitIntegratedAddress --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f1f8988..c1c8c63 100644 --- a/README.md +++ b/README.md @@ -192,7 +192,7 @@ Example response: ### splitIntegrated ```php -$splitIntegrated = $wallet->splitIntegrated($integrated_address); +$splitIntegrated = $wallet->splitIntegratedAddress($integrated_address); ``` Returns the standard address and payment ID corresponding for a given integrated address. @@ -229,4 +229,4 @@ Example response: $wallet->stopWallet(); ``` -Cleanly shuts down the current simplewallet process. \ No newline at end of file +Cleanly shuts down the current simplewallet process.