Update README.md

This commit is contained in:
Pierce 2018-11-30 19:33:50 -05:00 committed by GitHub
parent 0e09106643
commit 065e0befee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ A script that launches Minecraft using NodeJS.
```javascript
const launcher = require('./pathtomodule');
launcher.authenticator("email", "password").then(auth => {
launcher.authenticator.getAuth("email", "password").then(auth => {
// Save the auth to a file so it can be used later on!
launcher.core({
authorization: auth,