From d03a9981c391a8115d475191ff3226c95534f389 Mon Sep 17 00:00:00 2001 From: Robert Shelton Date: Wed, 6 May 2026 12:58:26 -0400 Subject: [PATCH] docs: format SELECT as inline code in README intro Co-Authored-By: Claude Sonnet 4.6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7cfc2e..a2fadc2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # sql-redis -A proof-of-concept SQL-to-Redis translator that converts SQL SELECT statements into Redis `FT.SEARCH` and `FT.AGGREGATE` commands. +A proof-of-concept SQL-to-Redis translator that converts SQL `SELECT` statements into Redis `FT.SEARCH` and `FT.AGGREGATE` commands. ## Status