djc / gcp_auth

Minimal authentication library for Google Cloud Platform (GCP)
Other
63 stars 38 forks source link

Update simple usage text on `README.md` #115

Closed andreban closed 3 months ago

andreban commented 3 months ago

The AuthenticationManager struct has been removed and replaced with the provider() method, making the instructions on README.md outdated.

This PR is a minimal change to correct the documentation, based on the example in the rustdoc on lib.rs.