From 02465c2690a54319d38aa5cd61674f245115c02c Mon Sep 17 00:00:00 2001 From: The-Mighty-Cat <54977668+The-Mighty-Cat@users.noreply.github.com> Date: Sun, 29 Dec 2024 20:17:19 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b18a731..3b412fa 100644 --- a/README.md +++ b/README.md @@ -86,10 +86,10 @@ Save and close, then run ``crafter-build -c debug``. Now you can run the ``hello ``dependencies`` An object array of the dependencies of this project, example: ```json -"dependencies":[ +"dependencies": [ { "path":"/home/Crafter.Build/project.json", - "configuration":"debug-lib" + "configuration":"debug-lib" } ] ```