From e92a3cb61d5c704e3d8c79a2cabcc79f63fb177e Mon Sep 17 00:00:00 2001 From: 5gi <5gi@5servers.us> Date: Wed, 7 Dec 2022 12:33:32 -0500 Subject: [PATCH] Update 'Home' --- Home.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: ```