From e1c9c1f04f504d0f482e4a66d04d5e59d5766148 Mon Sep 17 00:00:00 2001 From: "Tony Xu (Partner Engineering)" Date: Sun, 8 Jul 2018 21:59:09 -0700 Subject: [PATCH] Add blog link --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index fb4e8e4..c8acb45 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,9 @@ This workflow is written in Python. And used Boto3 as AWS client to upload image 4. Select `Upload to S3` 5. Wait until you receive public url in push notification 6. Now you can paste the public url in browser to see the image from S3 + +## Tutorials + +Check out my blog to see how I made this workflow: + +https://tonyxu.io/posts/create-alfred-workflow-for-uploading-screenshot-to-s3/