Skip to content

Commit

Permalink
chore: update to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
leontoeides committed Oct 20, 2024
1 parent d53898b commit 9b7a94d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This client currently implements the Directions API, Distance Matrix API, Elevat

# Installation

Configure the dependencies:
Configure the dependencies in your project's `Cargo.toml` file:

```toml
[dependencies]
Expand Down Expand Up @@ -328,7 +328,8 @@ responds as expected.

### Controlling Request Settings

The Google Maps client settings can be used to change the request rate and automatic retry parameters.
The Google Maps client settings can be used to change the request rate and
automatic retry parameters.

```rust
use google_maps::prelude::*;
Expand All @@ -342,6 +343,12 @@ let google_maps_client = GoogleMapsClient::new("YOUR_GOOGLE_API_KEY_HERE")
.build();
```

# Crate Status

This crate is maintained but frequent updates are not expected. This crate
currently implements all of the Google Maps features that most users would need.
Most updates will be for occasional dependency bumps.

# Feedback

I would like for you to be successful with your project! If this crate is not
Expand Down

0 comments on commit 9b7a94d

Please sign in to comment.