Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jhowbhz authored Mar 1, 2024
1 parent cd8c5b6 commit 8ebe8d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ Com essa API é possível listar detalhes do seu plano
require_once('vendor/autoload.php');
use ApiBrasil\Service;

$plans = Service::Plan([
$plans = Service::Plan("all", [
"Bearer" => "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.....",
"method" => "GET",
]);
Expand Down

0 comments on commit 8ebe8d7

Please sign in to comment.