diff --git a/ReadME.MD b/ReadME.MD index 20e22ce..7e86262 100644 --- a/ReadME.MD +++ b/ReadME.MD @@ -1,5 +1,6 @@ **INTRODUCTION** + Why/Because: hard to get a library that does this, and also lets you save your app credentials anyhow you want (in a database or on a .env file) atleast. @@ -7,6 +8,7 @@ This library focuses on making it easier for php developers to integrate mpesa p if you're using a cms or a framework that let's you save/update your configs from the database. **INSTALLATION** + Make sure you have composer installed, then in the root of your project directory run `composer require flaircore/mpesa`