aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2021-11-09 13:04:21 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2021-11-09 13:04:21 +0300
commit5b8c65034747438e56580ff5be672ef8fe77bca4 (patch)
tree70e74bd3ecea7bbc0afea69b0ff1fe0d0c96f46f /README.md
parente621f88d259b8871ea62d2a7753d7475352cb774 (diff)
downloadUEFI-Lessons-5b8c65034747438e56580ff5be672ef8fe77bca4.tar.gz
UEFI-Lessons-5b8c65034747438e56580ff5be672ef8fe77bca4.tar.bz2
UEFI-Lessons-5b8c65034747438e56580ff5be672ef8fe77bca4.zip
Update README.md
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e388e21..e995096 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ These series of lessons are intendend to get you started with UEFI programming i
- [Lesson 49](Lessons/Lesson_49): UNI files declared with the help of `MODULE_UNI_FILE`/`PACKAGE_UNI_FILE`/`[UserExtensions.TianoCore."ExtraFiles"]`
- [Lesson 50](Lessons/Lesson_50): Use `UEFI_HII_RESOURCE_SECTION` to publish HII Package list with Strings packages
- [Lesson 51](Lessons/Lesson_51): Add manual to UEFI application. How `-?` and `help` work in shell. `EFI_SHELL_GET_HELP_TEXT` function from the `EFI_SHELL_PROTOCOL`
-- [Lesson 52](Lessons/Lesson_52): Add Russian font - Part 1: investigate EFI_NARROW_GLYPH/EFI_WIDE_GLYPH format, construct glyph array from the *.woff font file
+- [Lesson 52](Lessons/Lesson_52): Add Russian font - Part 1: investigate `EFI_NARROW_GLYPH`/`EFI_WIDE_GLYPH` format, construct glyph array from the *.woff font file
- [Lesson 53](Lessons/Lesson_53): Add Russian font - Part 2: construct `EFI_HII_SIMPLE_FONT_PACKAGE` and populate it to the HII database