From 1a03a6f722133991e4a5eebce4c63c03b5e56a38 Mon Sep 17 00:00:00 2001 From: Newton Munene Date: Fri, 17 May 2019 08:56:37 +0300 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index e794265..40412f8 100644 --- a/README.md +++ b/README.md @@ -57,8 +57,6 @@ const mpesa = new Mpesa(credentials, environment); A moment to explain the above. `credentials` should be an object containing key,secret,initiator_password and certificatepath as the properties. -You can get initiator password from Your Portal(production) or from test credentials(Sandbox). It will be the `Security Credential (Shortcode 1)`. - ```javascript //example const credentials = { @@ -75,6 +73,7 @@ const credentials = { certificatepath: null }; ``` +> You can get initiator password from Your Portal(production) or from test credentials(Sandbox). It will be the `Security Credential (Shortcode 1)`. Environment should be a string. It can be either 'production' or 'sandbox'