Skip to content

Commit

Permalink
fixed README location for Rust (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
fran0x authored Jan 8, 2025
1 parent 868073e commit 9331acd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Access the official API documentation here: [https://docs.backpack.exchange/](https://docs.backpack.exchange/).

This repository hosts the Backpack Exchange API clients. Currently, the client is only available in [Rust](./rust).
This repository contains API clients for Backpack Exchange. Currently, only a `Rust` client is available. For more details, see the [Rust Client README](./rust/client/README.md).

<img src="img/book_example.png" width="270px" alt="Order Book example" />

Expand Down
2 changes: 0 additions & 2 deletions rust/README.md → rust/client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,3 @@ To see the available commands, run:
just
```

## Crate Usage

0 comments on commit 9331acd

Please sign in to comment.