mirror of
https://github.com/artegoser/pimi-launcher-core.git
synced 2024-11-22 12:16:21 +03:00
Update README.md
This commit is contained in:
parent
0e09106643
commit
065e0befee
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue