diff options
| -rw-r--r-- | Lessons/Lesson_57/README.md | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Lessons/Lesson_57/README.md b/Lessons/Lesson_57/README.md index ecbf8b7..9b02218 100644 --- a/Lessons/Lesson_57/README.md +++ b/Lessons/Lesson_57/README.md @@ -98,8 +98,8 @@ And https://github.com/tianocore/edk2/blob/master/OvmfPkg/PlatformDxe/Platform.u  #string STR_FORMSET_HELP         #language en-US "Change various OVMF platform settings."  ```  This would produce this output in the BIOS menu: - +  Okay, now that we have VFR and UNI files it is time to publish our form to the HII. Add VFR and UNI files to the `Sources` section in the `UefiLessonsPkg/HIISimpleForm/HIISimpleForm.inf`:  ```  | 
