From 783536d7bf4f25d596fdc93d628f0792f1742e4a Mon Sep 17 00:00:00 2001 From: Fizzify <79361847+Fizzify@users.noreply.github.com> Date: Mon, 30 Jan 2023 09:18:04 +0800 Subject: [PATCH] Change null to undefined in README. (#95) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0b2540..11524c3 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ const { Client, Authenticator } = require('minecraft-launcher-core'); const launcher = new Client(); let opts = { - clientPackage: null, + clientPackage: undefined, // For production launchers, I recommend not passing // the getAuth function through the authorization field and instead // handling authentication outside before you initialize