Skip to content

Commit

Permalink
Update examples/remote/list_all_paths.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Brienen <[email protected]>
  • Loading branch information
alphastrata and BenjaminBrienen authored Dec 24, 2024
1 parent ac8d578 commit 87c1fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/remote/list_all_paths.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fn main() -> AnyhowResult<()> {
let host_part = format!("{}:{}", DEFAULT_ADDR, DEFAULT_PORT);
let url = format!("http://{}/", host_part);

// If you pass no params, you'll be able to see all the optinos for arguments you can pass to the `./client.rs` remote example.
// If you pass no params, you'll be able to see all the options for arguments you can pass to the `./client.rs` remote example.
let req = BrpRequest {
jsonrpc: "2.0".to_string(),
method: BRP_LIST_METHOD.to_string(),
Expand Down

0 comments on commit 87c1fd1

Please sign in to comment.