Update README.md

This commit is contained in:
The-Mighty-Cat 2024-12-29 20:17:19 +01:00 committed by GitHub
commit 02465c2690
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"
}
]
```