From bac6076a2561b8af725b781aaff39a576c51bf9a Mon Sep 17 00:00:00 2001 From: alban Date: Tue, 29 Sep 2020 16:02:09 +0200 Subject: [PATCH] [fix] Readme typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cbac60..fe81f12 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ The idea is to share a single audio analysis to many Visual Jockey filters, in o **Each _word in bold_ is a key which you can query the redis server for.** ``` # Example: -$ redis-cli get spectrum_1 +$ redis-cli get spectrum_10 "[2.21, 0.56, 0.51, 0.32, 0.27, 0.21, 0.18, 0.17, 0.18, 0.23]" ```