diff options
Diffstat (limited to 'Lessons/Lesson_57')
-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: -![Formset_title_help](Formset_title_help.png?raw=true "Formset_title_help") +![Formset_title_help](Formset_title_help.png?raw=true "Formset_title_help") 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`: ``` |