diff --git a/README.md b/README.md index fb69b65..18497d3 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ $workflowid = 2317000001; $isTestAccount = true; try { - $velocityProcessor = new Velocity_Processor($applicationprofileid, $merchantprofileid, $workflowid, $isTestAccount, $identitytoken); + $velocityProcessor = new VelocityProcessor($applicationprofileid, $merchantprofileid, $workflowid, $isTestAccount, $identitytoken); } catch (Exception $e) { echo $e->getMessage(); } @@ -393,4 +393,4 @@ try { } catch(Exception $e) { echo $e->getMessage(); } -``` \ No newline at end of file +```