From 87abc27c8eb4abcb717d2e129332fa640fd06e45 Mon Sep 17 00:00:00 2001 From: Alex Ware Date: Wed, 27 Nov 2019 11:21:26 +0000 Subject: [PATCH] better copy --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d308dc7877..1a1ae987c9 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,11 @@ This is the mobile app for downloading and viewing Editions. It runs on Android ### [backend](https://github.com/guardian/editions/tree/master/projects/backend) -This is the lambda which processes content for the edition, it can be run as a local http service for development. +This is the lambda which turns CAPI, fronts data and images into a format the app can use, it can be run as a local http service for development. ### [archiver](https://github.com/guardian/editions/tree/master/projects/archiver) -This is a collection of lambdas which form a step function which generates the contents of the S3 buckets which the app reads from. +This is a collection of lambdas which form a step function which uses the backend to generate the contents of the S3 buckets which the app reads from. ### [aws](https://github.com/guardian/editions/tree/master/projects/aws)