From 12556c79582c831ccdec5dc04f2c863c46f572c2 Mon Sep 17 00:00:00 2001 From: alban Date: Tue, 29 Sep 2020 15:55:57 +0200 Subject: [PATCH] [fix] Readme typo --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 22b3c73..cbbfb00 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,6 @@ Redis_latency times are not considered here, but could be Examples are given based on previous values for redis keys. -#####The calculation goes like 0. **How many second per beats?** * seconds_per_beat = 60 / bpm * ```60 / 126.05 =~ 0.4760``` @@ -133,7 +132,7 @@ Examples are given based on previous values for redis keys. * f(7) = 7 * 0.4760 * 1000 - 3064.96 = 267.0400 * The next beat is in 267 milliseconds after the time we got the redis key * f(8) = 8 * 0.4760 * 1000 - 3064.96 = 743.0400 - * etc. until you have f(i) > bpm_sample_interval + * etc. until you have ```f(i) > bpm_sample_interval``` ### Requirements and installation