Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xorz57 authored Jan 23, 2024
1 parent 9b5a95e commit 995dbf0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@

## Overview

This Rust library provides a telemetry client for the F1 23 game. It allows developers to access and interpret telemetry data generated by the F1 23 game during races. The library is designed to be modular, with distinct modules handling different aspects of the telemetry data.
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.

## Features

- **Modular Design:** Organized into separate modules for various types of telemetry data, such as car status, setup, telemetry, lap data, and more.

- **F1 23 Support:** Tailored for F1 23, adapting to the specific telemetry data format of the game.

## Usage Example

```rust
Expand Down

0 comments on commit 995dbf0

Please sign in to comment.