From f56b3030731dfb101f2c6cce112ad79d120e156e Mon Sep 17 00:00:00 2001 From: Paul Bienkowski Date: Wed, 17 Feb 2021 23:01:30 +0100 Subject: [PATCH] readme: Improve introduction --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ec25415..ac429f5 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,10 @@ separated into components: * **api**: The backend service, written in JavaScript for Node.js, using express.js, and a MongoDB for metadata storage. -* **frontend**: a React single-page application that allows access to the data, - provides summaries and visualizations, as well as track management and - settings for the individual users. - -The backend API for the [OpenBikeSensor](https://openbikesensor.org/) Web App. +* **frontend**: A React single-page application that allows access to the data, + provides summaries and visualizations, and lets users adjust settings and + manage and publish their tracks. + ## Development setup