diff --git a/README.md b/README.md index 5994489..1283952 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # vandar-laravel laravel library for vandar gateway -##Installation -###step 1 +##Installation +###step 1 run this command : -``composer require rfmhb2/vandar-laravel`` -###step 2 -add this to ``config/services.php`` +``composer require rfmhb2/vandar-laravel`` +###step 2 +add this to ``config/services.php`` ```php 'vandar' => [ 'api' => '6cc20e798ba30a2f352c0bf7ebfed11158af14b7', @@ -35,6 +35,6 @@ when user done payment, vandar redirect user to ``$callback`` with a token in ur $token=$_GET['token']; $result = Vandar::verify($token); ``` -you can read more about responses and api [here](https://docs.vandar.io/). +> you can read more about responses and api [here](https://docs.vandar.io/). ## bug report if you find a bug add [issue](https://github.com/rfmhb2/vandar-laravel/issues) \ No newline at end of file