Skip to content

Commit 9f5b5ad

Browse files
committed
Merge remote-tracking branch 'refs/remotes/github/main'
2 parents bc9be7f + ed3b2c5 commit 9f5b5ad

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# **client-rust-fix**
22
## Rust Client for trading on [https://power.trade](power.trade) crypto exchange
33

4-
[![Rust](https://github.com/laisee/client-rust-fix/actions/workflows/rust.yml/badge.svg)](https://github.com/laisee/client-rust-fix/actions/workflows/rust.yml)
4+
[![Rust](https://github.com/laisee/client-rust-fix/actions/workflows/rust.yml/badge.svg?branch=main)](https://github.com/laisee/client-rust-fix/actions/workflows/rust.yml)
55
[![CI](https://github.com/laisee/client-rust-fix/actions/workflows/ci.yml/badge.svg)](https://github.com/laisee/client-rust-fix/actions/workflows/ci.yml)
6-
[![Clippy](https://github.com/laisee/client-rust-fix/actions/workflows/clippy.yml/badge.svg)](https://github.com/laisee/client-rust-fix/actions/workflows/clippy.yml)
7-
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) ![MSRV](https://img.shields.io/badge/MSRV-1.80.0-orange)
8-
6+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
7+
[![Clippy](https://github.com/laisee/client-rust-fix/actions/workflows/clippy.yml/badge.svg?branch=main)](https://github.com/laisee/client-rust-fix/actions/workflows/clippy.yml)
8+
![MSRV](https://img.shields.io/badge/MSRV-1.80.0-orange)
99

1010
Rust client for power.trade Fix protocol.
1111
Implements authentication and basic order management(add single order, cancel single order).
@@ -43,7 +43,7 @@ Power.Trade API home page can be found [here](https://support.power.trade/api/ap
4343
```
4444
4. Open the new `.env.test` file and update the settings for your Test API environment
4545

46-
5. Save the file and run the client on the Test environment.
46+
5. Save the file and run the client on the Test environment(same process can be followed to create production env file '.env.prod')
4747

4848
n.b. Rust client runtime environment is set on command line as a parameter for the --env flag with value of 'development', 'test', 'production'
4949
```

0 commit comments

Comments
 (0)