inv2004 / coinbase-pro-rs

Coinbase pro client for Rust
Apache License 2.0
145 stars 56 forks source link

fix readme #39

Closed blakehawkins closed 3 years ago

blakehawkins commented 3 years ago

small typo here, working code looks like this:

use coinbase_pro_rs::{Public, ASync, MAIN_URL};

...

    let client: Public<ASync> = Public::new_with_keep_alive(MAIN_URL, false);
inv2004 commented 3 years ago

Thank you