From bb2ec892aaf61b854f43737a98c3083207678097 Mon Sep 17 00:00:00 2001 From: Michael Sukkarieh Date: Wed, 16 Oct 2024 19:08:42 -0600 Subject: [PATCH] fix backslash usage in example config command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 313d7a05..a90a06ad 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Sourcebot supports indexing and searching through public and private repositorie { "Type": "github", "GitHubUser": "ggerganov", - "Name": "^llama\\.cpp$" + "Name": "^llama\\\\.cpp$" } ] }' > my_config.json