diff --git a/README.md b/README.md index f239916..264fb61 100644 --- a/README.md +++ b/README.md @@ -52,14 +52,7 @@ You can make connection to bank by several way (Facade , Service container): echo $e->getMessage(); } - -you can call the gateway by these ways : - - 1.By Facade : Saderat::make(1000) - - 2.By app helper : app('saderat')->make(1000); - 3.Using Dependency Injection all over the controller and routers ... and in your callback :