From 70b4a4217929a4a26d086621ae153419a3fa33c3 Mon Sep 17 00:00:00 2001 From: Achmad Hadi Kurnia Date: Sun, 22 Oct 2023 10:29:34 +0700 Subject: [PATCH 1/2] Remove unused line --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 19b5daf..05b2c66 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,6 @@ You can publish the config file with: php artisan vendor:publish --tag="laravel-siasn-api-config" ``` -This is the contents of the published config file. - ## Usage Coming Soon From a4e688851d080f2bc1ccb9e7b3aa236c196885a2 Mon Sep 17 00:00:00 2001 From: Achmad Hadi Kurnia Date: Sun, 22 Oct 2023 10:39:40 +0700 Subject: [PATCH 2/2] Fix miss match instruction installation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05b2c66..7c6f4c5 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ composer require kanekescom/laravel-siasn-api You can publish the config file with: ```bash -php artisan vendor:publish --tag="laravel-siasn-api-config" +php artisan vendor:publish --tag="siasn-api-config" ``` ## Usage