mirror of
https://github.com/artegoser/pimi-launcher-core.git
synced 2024-11-22 20:26:22 +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
|
```javascript
|
||||||
const launcher = require('./pathtomodule');
|
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!
|
// Save the auth to a file so it can be used later on!
|
||||||
launcher.core({
|
launcher.core({
|
||||||
authorization: auth,
|
authorization: auth,
|
||||||
|
|
Loading…
Add table
Reference in a new issue