summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2018-11-17 16:04:09 +0200
committerYuval Adam <_@yuv.al>2018-11-17 16:04:09 +0200
commitaed231d6a5298854d27861b247576ce06f2cdf01 (patch)
tree82421069481b5a9d5a184b577d288f0b13fd7436
parent476e6d093adb299da05338dadc41ef1130214a73 (diff)
Update package.json and README
-rw-r--r--README.md4
-rw-r--r--package.json2
2 files changed, 3 insertions, 3 deletions
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
diff --git a/package.json b/package.json
index 4e48c48..f7f0a6d 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
"version": "4.0.0",
"description": "Geshem.space Rain Radar",
"main": "geshem.js",
- "repository": "https://github.com/yuvadm/geshem",
+ "repository": "https://github.com/yuvadm/geshem.space",
"author": "Yuval Adam <_@yuv.al>",
"license": "MIT",
"private": false,