diff --git a/tools/whnvmtool/README.md b/tools/whnvmtool/README.md index 1553669..a131e81 100644 --- a/tools/whnvmtool/README.md +++ b/tools/whnvmtool/README.md @@ -96,7 +96,7 @@ objcopy -I binary -O ihex --change-address where: -- `` is the offset to the base address that will be applied to the generated hex file. Without this option, the offset is 0x0, so automated programming tools will attempt to load the hex file starting at address 0x0, which is likely not the desired behavior. The parameter should correspond to the base address of the NVM partition used by wolfHSM in the device's address space. +- `` is the offset to the base address that will be applied to the generated hex file. Without this option, the offset is 0x0, so automated programming tools will attempt to load the hex file starting at address 0x0, which is likely not the desired behavior. The `` parameter should correspond to the base address of the NVM partition used by wolfHSM in the device's address space. - `` is the NVM image file generated by `whnvmtool` - `` is the name of the output hex file