From 053590f219f84d9dc84a318f299a02ef2723dcc7 Mon Sep 17 00:00:00 2001 From: Andrew Kappen Date: Mon, 23 Oct 2017 13:49:57 -0500 Subject: [PATCH] Fixes readme formatting --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 797b053..81c65c9 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,10 @@ Pre-signed S3 upload helper for client-side multipart POSTs in Elixir. -See: [Browser-Based Upload using HTTP POST (Using AWS Signature Version 4)](http://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-post-example.html) +See: +[Browser-Based Upload using HTTP POST (Using AWS Signature Version 4)](http://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-post-example.html) - [Task 3: Calculate the Signature for AWS Signature Version 4](http://docs.aws.amazon.com/general/latest/gr/sigv4-calculate-signature.html) +[Task 3: Calculate the Signature for AWS Signature Version 4](http://docs.aws.amazon.com/general/latest/gr/sigv4-calculate-signature.html) ## Installation