Update README.md

This commit is contained in:
The-Mighty-Cat 2025-01-02 02:49:35 +01:00 committed by GitHub
commit f65845998e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,7 +28,7 @@ Create a basic project file, that describes your web project.
"type": "executable", "type": "executable",
"dependencies": [ "dependencies": [
{ {
"path":"../project.json", "path":"path/to/Crafter.Web/project.json",
"configuration":"debug" "configuration":"debug"
} }
] ]