Skip to content

Commit

Permalink
usage updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ismaileke committed Oct 25, 2024
1 parent 1c040b0 commit b663dd4
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 @@ -16,7 +16,7 @@ use minecraft_auth::bedrock;

#[tokio::main]
async fn main() {
let mut bedrock = bedrock::new("1.21.2".to_string(), false); // (client version, debug mode)
let mut bedrock = bedrock::new("1.21.40".to_string(), false); // (client version, debug mode)
if bedrock.auth().await {
let chain = bedrock.get_chain_data();
let ec_key = bedrock.get_ec_key().unwrap(); // When sending the Login Packet we will need this
Expand Down

0 comments on commit b663dd4

Please sign in to comment.