From 6ab0b55bf82f3cdc011c090f8a8668095e4a3952 Mon Sep 17 00:00:00 2001 From: lockieluke Date: Sat, 13 Jan 2024 01:01:09 +0000 Subject: [PATCH] Fix example config --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22a81df..9e1fd91 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Example: ```toml dirs = ["Cider/", "CiderPlaybackAgent/"] -[path_aliases] +[[path_aliases]] # "@" as a path alias refers to the current working directory in most cases "@" = "./" ```