mirror of
https://github.com/floor-licker/polyfill-rs.git
synced 2026-08-24 09:58:06 +00:00
chore: update README.md
This commit is contained in:
@@ -12,7 +12,7 @@ Add to your `Cargo.toml`:
|
|||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
polyfill-rs = "0.1.0"
|
polyfill-rs = "0.2.1"
|
||||||
```
|
```
|
||||||
|
|
||||||
Replace your imports:
|
Replace your imports:
|
||||||
@@ -120,7 +120,7 @@ All benchmarks use identical testing methodology and are reproducible on any mac
|
|||||||
1. **Update Cargo.toml:**
|
1. **Update Cargo.toml:**
|
||||||
```toml
|
```toml
|
||||||
# Before: polymarket-rs-client = "0.x.x"
|
# Before: polymarket-rs-client = "0.x.x"
|
||||||
polyfill-rs = "0.1.1"
|
polyfill-rs = "0.2.1"
|
||||||
```
|
```
|
||||||
|
|
||||||
2. **Update imports:**
|
2. **Update imports:**
|
||||||
@@ -278,7 +278,7 @@ let client = ClobClient::new("https://clob.polymarket.com");
|
|||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
polyfill-rs = "0.1.0"
|
polyfill-rs = "0.2.1"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Basic Usage
|
## Basic Usage
|
||||||
|
|||||||
Reference in New Issue
Block a user