Update README.md (#33999)
authorRobert Henry <rrh.henry@gmail.com>
Tue, 24 Mar 2020 04:42:23 +0000 (21:42 -0700)
committerGitHub <noreply@github.com>
Tue, 24 Mar 2020 04:42:23 +0000 (21:42 -0700)
Add missing back-ticks to quote a path name.

docs/workflow/building/coreclr/README.md

index 1e49cd2..3f61609 100644 (file)
@@ -33,7 +33,7 @@ The build places logs in `artifacts\log` and these are useful when the build fai
 The build places all of its intermediate output in the `artifacts\obj\coreclr` directory, so if you remove that directory you can force a
 full rebuild.
 
-To build CoreCLR, the root build script invokes the src\coreclr\build.cmd (or build.sh) script. To build the CoreCLR tests, you must use this script.
+To build CoreCLR, the root build script invokes the `src\coreclr\build.cmd` (or build.sh) script. To build the CoreCLR tests, you must use this script.
 Use `build -?` to learn about the options to this script.
 
 See [Running Tests](../../testing/coreclr/testing.md) for instructions on running the tests.