Skip to content

Commit

Permalink
chore: bump version (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
wperron authored Oct 1, 2020
1 parent 165a7e7 commit 2a5b705
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# deno_aws_sign_v4

![ci](https://github.com/lucacasonato/deno_aws_sign_v4/workflows/ci/badge.svg)
[![deno doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/[email protected].3/mod.ts)
[![deno doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/[email protected].4/mod.ts)

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

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

```typescript
import { AWSSignerV4 } from "https://deno.land/x/[email protected].3/mod.ts";
import { AWSSignerV4 } from "https://deno.land/x/[email protected].4/mod.ts";

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

0 comments on commit 2a5b705

Please sign in to comment.