Skip to content

Commit ef81d23

Browse files
committed
fixup! hfjs
1 parent d982af9 commit ef81d23

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/hub/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,11 @@ npx @huggingface/hub upload --help
112112
You can also instal globally with `npm install -g @huggingface/hub`. Then you can do:
113113

114114
```console
115-
hfx upload coyotte508/test-model .
116-
hfx upload --repo-type dataset coyotte508/test-dataset . --revision release --empty
115+
hfjs upload coyotte508/test-model .
116+
hfjs upload --repo-type dataset coyotte508/test-dataset . --revision release --empty
117117

118-
hfx --help
119-
hfx upload --help
118+
hfjs --help
119+
hfjs upload --help
120120
```
121121

122122
## OAuth Login

0 commit comments

Comments
 (0)