Skip to content

Commit 067f75b

Browse files
authored
fix: add npm badge for @aws-sdk/util-create-request (#259)
1 parent 9855d49 commit 067f75b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/util-create-request/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# @aws-sdk/util-create-request
22

3+
[![NPM version](https://img.shields.io/npm/v/@aws-sdk/util-create-request.svg)](https://www.npmjs.com/package/@aws-sdk/util-create-request)
4+
[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/util-create-request.svg)](https://www.npmjs.com/package/@aws-sdk/util-create-request)
5+
36
This package provides function to create request object from given client and command.
47
You can supply either Node client or browser client. A common use case for it can be
58
generating request object and then supply to presigners to create presigned url.

0 commit comments

Comments
 (0)