Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xorz57 committed Jul 16, 2024
1 parent 830cf52 commit 07e0dfc
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

This Rust library provides a telemetry client for the [F1® 23](https://store.steampowered.com/app/2108330/F1_23/) game. It allows developers to access and interpret telemetry data generated by the [F1® 23](https://store.steampowered.com/app/2108330/F1_23/) game during races. The library is designed to be modular, with distinct modules handling different aspects of the telemetry data.

## Usage Example
## Example

```rust
use f1_telemetry_client::F1TelemetryClient;
Expand Down Expand Up @@ -81,6 +81,14 @@ fn main() {
}
```

## How to Build

```console
git clone https://github.com/xorz57/f1-telemetry-client.git
cd f1-telemetry-client
cargo build --release
```

## Contact

For questions, suggestions, or feedback, feel free to contact us:
Expand Down

0 comments on commit 07e0dfc

Please sign in to comment.