diff --git a/languages/php/README.md b/languages/php/README.md index e9c0b12b2..c830d1627 100644 --- a/languages/php/README.md +++ b/languages/php/README.md @@ -1,7 +1,6 @@ # Bitwarden Secrets Manager SDK wrapper for PHP -PHP bindings for interacting with the [Bitwarden Secrets Manager]. This is a beta release and might be missing some -functionality. +PHP bindings for interacting with the [Bitwarden Secrets Manager]. This is a beta release and might be missing some functionality. ## Installation @@ -19,8 +18,7 @@ Review the help documentation on [Access Tokens]. ```php require_once 'vendor/autoload.php'; -$access_token = ''; -$state_file = ""; +$access_token = ""; $organization_id = ""; $api_url = "https://api.bitwarden.com"; $identity_url = "https://identity.bitwarden.com";