From efec8afb71042a246160f20bc5e9b45c22f7d3db Mon Sep 17 00:00:00 2001 From: lockieluke Date: Sat, 13 Jan 2024 01:03:45 +0000 Subject: [PATCH] Revert "Fix example config" This reverts commit 6ab0b55bf82f3cdc011c090f8a8668095e4a3952. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e1fd91..22a81df 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 "@" = "./" ```