Skip to content

Commit

Permalink
Fix format in README
Browse files Browse the repository at this point in the history
  • Loading branch information
sigseg5 committed Sep 8, 2023
1 parent 8185e76 commit dab23ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ fn main() {
Err(err) => eprintln!("Error getting server info: {}", err),
}

let raw_id = get_user_input("Provide user ID:");
let raw_id = get_user_input("Provide user ID:");
match raw_id.parse::<u16>() {
Ok(id) => match vpn.delete_access_key_by_id(&id) {
Ok(info) => println!("response: {:?}\n", info),
Expand Down

0 comments on commit dab23ce

Please sign in to comment.