-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ff05c48
commit a418049
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,17 +41,17 @@ Supported functionality: | |
[![JSR Score](https://jsr.io/badges/@bradenmacdonald/s3-lite-client/score)](https://jsr.io/@bradenmacdonald/s3-lite-client/score) | ||
|
||
- Deno: `deno add @bradenmacdonald/s3-lite-client` | ||
- Deno (no install): `import { S3Client } from "jsr:@bradenmacdonald/[email protected].4";` | ||
- Deno (no install): `import { S3Client } from "jsr:@bradenmacdonald/[email protected].5";` | ||
- NPM: `npx jsr add @bradenmacdonald/s3-lite-client` | ||
- Yarn: `yarn dlx jsr add @bradenmacdonald/s3-lite-client` | ||
- pnpm: `pnpm dlx jsr add @bradenmacdonald/s3-lite-client` | ||
- Bun: `bunx jsr add @bradenmacdonald/s3-lite-client` | ||
- Browser: | ||
```html | ||
<script type="module"> | ||
import { S3Client } from "https://esm.sh/jsr/@bradenmacdonald/[email protected].4"; | ||
import { S3Client } from "https://esm.sh/jsr/@bradenmacdonald/[email protected].5"; | ||
// Or: | ||
const { S3Client } = await import('https://esm.sh/jsr/@bradenmacdonald/[email protected].4'); | ||
const { S3Client } = await import('https://esm.sh/jsr/@bradenmacdonald/[email protected].5'); | ||
</script> | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters