From 98240c48c9c10f77584497c433b783af7d681fe7 Mon Sep 17 00:00:00 2001 From: Eliott C Date: Wed, 10 Jan 2024 10:13:31 +0100 Subject: [PATCH] Update packages/hub/README.md Co-authored-by: Mishig --- packages/hub/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/hub/README.md b/packages/hub/README.md index ccf3ec6ba..f06385c66 100644 --- a/packages/hub/README.md +++ b/packages/hub/README.md @@ -93,7 +93,7 @@ await deleteRepo({ repo, credentials }); It's possible to login using OAuth (["Sign in with HF"](https://huggingface.co/docs/hub/oauth)). -This will allow you get an access token to use some of the API, depending of the scopes set inside the Space or the OAuth App. +This will allow you get an access token to use some of the API, depending on the scopes set inside the Space or the OAuth App. ```ts import { oauthLogin, oauthHandleRedirectIfPresent } from "@huggingface/hub";