Skip to content

Commit cd42cf6

Browse files
authored
Update README.md (#5)
1 parent 94f18c8 commit cd42cf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spice-rs = { git = "https://github.com/spiceai/spice-rs", tag = "v1.0.0" }
2121
use spice_rs::new_spice_client;
2222

2323
let client = new_spice_client("API_KEY".to_string());
24-
let data = client.query("SELECT * FROM eth.recent_blocks LIMIT 10;".to_string(), Some(5*60)).await;
24+
let data = client.query("SELECT * FROM eth.recent_blocks LIMIT 10;".to_string()).await;
2525
```
2626

2727
### HTTP API

0 commit comments

Comments
 (0)