From a1b87ba90ee6be983d904eb2c61404d8991bed94 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Wed, 16 Mar 2022 20:23:26 +0100 Subject: [PATCH] fix: markdown capitalization error --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ae4ef3..e689f4f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Build Status](https://drone.cryptic.systems/api/badges/volker.raschek/flucky/status.svg)](https://drone.cryptic.systems/volker.raschek/flucky) [![Docker Pulls](https://img.shields.io/docker/pulls/volkerraschek/flucky)](https://hub.docker.com/r/volkerraschek/flucky) -Flucky is a lightweight program written in go for reading data from sensors, for +flucky is a lightweight program written in go for reading data from sensors, for example with a banana or raspberry pi. In addition, flucky provides a REST-API to receive from other flucky installations measured values. All received measured values, no matter if they come directly from flucky or from a server @@ -31,7 +31,7 @@ instance of flucky with the provided REST-API, can be stored into a database. ## Installation -Flucky can be installed over multiple ways. For example over a specific linux +flucky can be installed over multiple ways. For example over a specific linux distributions package or as container. The following table lists all repositories where flucky can be otained from, but flucky can already be compiled from source code.