diff --git a/Docs/ProjectSpec.md b/Docs/ProjectSpec.md index 2c55e07e..d103e2f6 100644 --- a/Docs/ProjectSpec.md +++ b/Docs/ProjectSpec.md @@ -714,8 +714,8 @@ Schemes allows for more control than the convenience [Target Scheme](#target-sch ```yaml targets: - myTarget: all - myTarget2: [test, run] + MyTarget: all + FooLib/FooTarget: [test, run] parallelizeBuild: true buildImplicitDependencies: true ```