From 8c7865c829333aa1ef7d5d20bfb7da44d96b8a1b Mon Sep 17 00:00:00 2001 From: Lorenzo Cogotti Date: Mon, 15 Aug 2022 19:20:48 +0200 Subject: [PATCH] [README] Improve example syntax. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eab00aa..d0c0d05 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ A reasonable limitation given **crush** use-case. The `.lovedeps` file is a regular Lua text file, containing a table where every entry specifies a dependency: ```lua -dependency-name = "git-url" +['dependency-name'] = "git-url" ``` For example: