From 18824bd90c12fef097126c86c58a8c54bbec8783 Mon Sep 17 00:00:00 2001 From: Maurice Date: Thu, 18 Nov 2021 11:19:17 +0100 Subject: [PATCH 1/3] docs: Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48984e2..ea306db 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ WorkAround is a Single Page Application developed with [`ReactJs`](https://react ### Hosting -WorkAround ist hosted on [`Netlify's`](https://www.netlify.com) CDN Network to provide fast loading times for users around the globe. +WorkAround ist hosted on [`Netlify's`](https://www.netlify.com) CDN to provide fast loading times for users around the globe. ### Backend From 516e10b8023390e607cedc850d3b46ac957a76e1 Mon Sep 17 00:00:00 2001 From: Maurice Date: Thu, 18 Nov 2021 12:11:56 +0100 Subject: [PATCH 2/3] docs: change badges --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ea306db..eb79d28 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # WorkAround App [![Netlify Status](https://api.netlify.com/api/v1/badges/d4dead3a-cb33-46f8-a1f2-6ad5c183aa99/deploy-status)](https://app.netlify.com/sites/app-workaround/deploys) -[![MIT License](https://img.shields.io/apm/l/atomic-design-ui.svg?label=License&color=ffffff)](https://github.com/WorkAroundHQ/app/blob/main/LICENSE) +![Tests](https://github.com/WorkAroundHQ/app/actions/workflows/automated-tests.yml/badge.svg) +[![MPL-2.0 License](https://img.shields.io/badge/License-MPL--2.0-ffffff)](https://github.com/WorkAroundHQ/app/blob/main/LICENSE) [![WorkAroundHQ](https://img.shields.io/twitter/follow/workaroundhq?label=Follow)](https://twitter.com/workaroundhq) The WorkAround application is a platform for digital nomads who call the world their home. With WorkAround, digital nomads can pick their next ideal destination and connect with the community there. From 204438041220711f3161d3a33e2c998975ad34ec Mon Sep 17 00:00:00 2001 From: Maurice Date: Thu, 18 Nov 2021 12:55:33 +0100 Subject: [PATCH 3/3] docs: change to correct version in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index df847ee..2bcdd15 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "app-wa", - "version": "0.1.0", + "version": "0.0.1", "private": true, "homepage": "https://app.workaround.world", "devDependencies": {