Update 'Home'

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

@ -70,14 +70,14 @@ this:
should return: should return:
`Mensaje para traducir` `Mensaje para traducir`
[Learn how to set up global auth keys.](https://git.nevets.tech/5gi/DeepJ/wiki/Home#user-content-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 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) [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 Sometimes reusing your auth key many times can be repetative and annoying
This sets the default auth key This sets the default auth key
`Translator.setGlobalAuthKey(apiKey)` `Translator.setGlobalAPIKey(apiKey)`
Create a new Translator: Create a new Translator:
``` ```