From 430fa86663f6874f21dc3dd4a7eaf50d8bcd3ec8 Mon Sep 17 00:00:00 2001 From: Moritz Onken Date: Tue, 13 Nov 2018 17:48:45 +0100 Subject: [PATCH] Include links to aws4-tiny for a minimized browser build --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b002d0..d57af4e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ aws4 A small utility to sign vanilla node.js http(s) request options using Amazon's [AWS Signature Version 4](http://docs.amazonwebservices.com/general/latest/gr/signature-version-4.html). -Can also be used [in the browser](./browser). +Can also be used [in the browser](./browser). A minimized build for the browser is available at [aws4-tiny](https://github.com/emdgroup/aws4-tiny). This signature is supported by nearly all Amazon services, including [S3](http://docs.aws.amazon.com/AmazonS3/latest/API/), @@ -508,7 +508,7 @@ With [npm](http://npmjs.org/) do: npm install aws4 ``` -Can also be used [in the browser](./browser). +Can also be used [in the browser](./browser). A minimized build for the browser is available at [aws4-tiny](https://github.com/emdgroup/aws4-tiny). Thanks ------