From aed231d6a5298854d27861b247576ce06f2cdf01 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Sat, 17 Nov 2018 16:04:09 +0200 Subject: Update package.json and README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index b2ad27b..e73569b 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ An interactive rain radar clone running on Mapbox GL, see it live at: [https://g The entire service is served off of static assets located in S3 buckets: - - A static main index page, JS bundle and other static assets that are uploaded upon deploy, Vue.js-based - - Radar images that are collected and indexed every minute by a recurring task running on AWS Lambda, written in Python + - A static main index page, React-based JS bundle and other static assets that are uploaded upon deploy + - Radar images that are collected and indexed every minute by a Python recurring task running on AWS Lambda ## Prerequisites -- cgit v1.3.1