diff --git a/Home.md b/Home.md index fa2790e..59dd325 100644 --- a/Home.md +++ b/Home.md @@ -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: ```