Skip to content

Commit

Permalink
♻️ Split up into multiple files
Browse files Browse the repository at this point in the history
  • Loading branch information
coyotte508 committed Nov 10, 2023
1 parent b250f0d commit f2308a3
Show file tree
Hide file tree
Showing 7 changed files with 32,640 additions and 32,618 deletions.
4 changes: 2 additions & 2 deletions packages/languages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ yarn add @huggingface/languages

```ts
// esm.sh
import { LANGUAGES_ISO_639_1, wikiLink, type Language } from "https://esm.sh/@huggingface/languages"
import { language, wikiLink, type Language } from "https://esm.sh/@huggingface/languages"
// or npm:
import { LANGUAGES_ISO_639_1, wikiLink, type Language } from "npm:@huggingface/languages"
import { language, wikiLink, type Language } from "npm:@huggingface/languages"
```

Check out the [full documentation](https://huggingface.co/docs/huggingface.js/languages/README).
Loading

0 comments on commit f2308a3

Please sign in to comment.