From 76aeba5b7bfd7ce7a04ca223c8ec9ef5ac9bd47a Mon Sep 17 00:00:00 2001 From: alban Date: Tue, 29 Sep 2020 16:01:28 +0200 Subject: [PATCH] [fix] Readme typo --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c60a5bb..e42eb5e 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,9 @@ The idea is to share a single audio analysis to many Visual Jockey filters, in o ### Redis Keys and Contents for end users -##### Each **word in bold** is a key which you can query the redis server for. Ex: +**Each **word in bold** is a key which you can query the redis server for.** ``` +# Example: $ redis-cli get spectrum_1 "[2.21, 0.56, 0.51, 0.32, 0.27, 0.21, 0.18, 0.17, 0.18, 0.23]" ```