Update 'Home'

5gi 2022-12-07 12:33:32 -05:00
parent 90da2fd0c4
commit e92a3cb61d

@ -70,14 +70,14 @@ this:
should return:
`Mensaje para traducir`
[Learn how to set up global auth keys.](https://git.nevets.tech/5gi/DeepJ/wiki/Home#user-content-global-auth-keys)
# Global Auth Keys
[Learn how to set up global api keys.](https://git.nevets.tech/5gi/DeepJ/wiki/Home#user-content-global-auth-keys)
# Global API Keys
[Follow the instuctions on this page to add DeepJ to your project.](https://git.nevets.tech/5gi/DeepJ/wiki/Home#user-content-usage-setup)
Sometimes reusing your auth key many times can be repetative and annoying
This sets the default auth key
`Translator.setGlobalAuthKey(apiKey)`
`Translator.setGlobalAPIKey(apiKey)`
Create a new Translator:
```