diff --git a/README.md b/README.md index be81c24..9c16389 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ### Designed using React and Globe.gl -#### The globe model is not mine. It is heavily inspired by covid3d.live. I have simply done a complete re-write of the project using React and added my own styling. +#### The globe model is built using Globe.gl and opensource globe textures. It is heavily inspired by covid3d.live. #### [React](https://reactjs.org) facilitates the overall process of writing components, ensures stable code, boosts productivity and leads to faster rendering @@ -26,6 +26,6 @@ Licensed under the [GNU General Public License](LICENSE.md). - Inspired by https://covid3d.live - - Flags from https://corona.lmao.ninja -- Coronavirus data from +- Coronavirus data is fetched from - https://covid3d-backend.now.sh - https://github.com/bumbeishvili/covid19-daily-data diff --git a/package.json b/package.json index 2848ee2..e24ddaf 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "covid19-globe-tracker", - "homepage": "http://tanmaylaud.github.io/covid19-globe-tracker", + "homepage": "", "version": "1.0.0", "description": "TODO", "private": true,