From 5f01123a1a2417b9946b122e5a6b52bf2c560fa2 Mon Sep 17 00:00:00 2001 From: James Bray Date: Mon, 24 Jan 2022 21:31:23 +0000 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d2a513..54f3d6e 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ const config = { ``` Copy `serverless.yml` from the root of this repo to the root of your project -After building your app run `sls deploy` to deploy code to AWS. +After building your app run `sls deploy` to deploy code to AWS using build tool [serverless](https://www.serverless.com/). Your app can then be accessed via the CloudFront distribution created as aprt of the stack.