Skip to content

Commit

Permalink
Update packages/hub/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Mishig <[email protected]>
  • Loading branch information
coyotte508 and Mishig authored Jan 10, 2024
1 parent dbf0327 commit 98240c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 98240c4

Please sign in to comment.