Change null to undefined in README. (#95)

This commit is contained in:
Fizzify 2023-01-30 09:18:04 +08:00 committed by GitHub
parent 7a4221c5e9
commit 783536d7bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ const { Client, Authenticator } = require('minecraft-launcher-core');
const launcher = new Client(); const launcher = new Client();
let opts = { let opts = {
clientPackage: null, clientPackage: undefined,
// For production launchers, I recommend not passing // For production launchers, I recommend not passing
// the getAuth function through the authorization field and instead // the getAuth function through the authorization field and instead
// handling authentication outside before you initialize // handling authentication outside before you initialize