Skip to content

Commit 52eed3b

Browse files
committed
0.1.1
1 parent 6155e2a commit 52eed3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# deno_aws_sign_v4
22

33
![ci](https://github.com/lucacasonato/deno_aws_sign_v4/workflows/ci/badge.svg)
4-
[![deno doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/[email protected].0/mod.ts)
4+
[![deno doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/[email protected].1/mod.ts)
55

66
Generates AWS Signature V4 for AWS low-level REST APIs.
77

@@ -15,7 +15,7 @@ The below example will generate signed headers based on the region and credentia
1515
- AWS_REGION
1616

1717
```typescript
18-
import { AWSSignerV4 } from "https://deno.land/x/[email protected].0/mod.ts";
18+
import { AWSSignerV4 } from "https://deno.land/x/[email protected].1/mod.ts";
1919

2020
const signer = new AWSSignerV4();
2121
const body = new TextEncoder().encode("Hello World!");

0 commit comments

Comments
 (0)