summaryrefslogtreecommitdiffstats
path: root/PrmPkg/Samples
diff options
context:
space:
mode:
Diffstat (limited to 'PrmPkg/Samples')
-rw-r--r--PrmPkg/Samples/Readme.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/PrmPkg/Samples/Readme.md b/PrmPkg/Samples/Readme.md
index c09fb148a6..1ba4e839f7 100644
--- a/PrmPkg/Samples/Readme.md
+++ b/PrmPkg/Samples/Readme.md
@@ -23,8 +23,11 @@ location: \
Note that the build command does provide the option to build a specific module in a package which can result in
faster build time. If you would like to just build a single PRM module that can be done by specifying the path to
the module INF file with the "-m" argument to `build`. For example, this command builds 32-bit and 64-bit binaries
-with Visual Studio 2019: \
-``build -p PrmPkg/PrmPkg.dsc -m PrmPkg/Samples/PrmSampleContextBufferModule/PrmSampleContextBufferModule.inf -a IA32 -a X64 -t VS2022``
+with Visual Studio 2022: \
+
+```shell
+build -p PrmPkg/PrmPkg.dsc -m PrmPkg/Samples/PrmSampleContextBufferModule/PrmSampleContextBufferModule.inf -a X64 -t VS2022
+```
## PRM Sample Module User's Guide