aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2022-03-22 19:01:54 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2022-03-22 19:01:54 +0300
commit3501449dc7c7bf0ae9709f8a94872f427f07e93d (patch)
treeb587e34b976c81359d1a00624a0842d24e4cf4e1 /README.md
parent3b5a484c9b99f1b80bcb4398d43519b00a02fb6b (diff)
downloadUEFI-Lessons-3501449dc7c7bf0ae9709f8a94872f427f07e93d.tar.gz
UEFI-Lessons-3501449dc7c7bf0ae9709f8a94872f427f07e93d.tar.bz2
UEFI-Lessons-3501449dc7c7bf0ae9709f8a94872f427f07e93d.zip
Update lesson 69
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 944b8a3..a408197 100644
--- a/README.md
+++ b/README.md
@@ -72,7 +72,7 @@ These series of lessons are intendend to get you started with UEFI programming i
- [Lesson 66](Lessons/Lesson_66): More VFR input elements - Part 2: `string`
- [Lesson 67](Lessons/Lesson_67): More VFR input elements - Part 3: `date` and `time`
- [Lesson 68](Lessons/Lesson_68): More VFR input elements - Part 4: `oneof` and `orderedlist`
-- [Lesson 69](Lessons/Lesson_69): Conditional keywords in VFR: `suppressif`/grayoutif`/disableif`/`warningif`/`nosubmitif`/`inconsistentif`
+- [Lesson 69](Lessons/Lesson_69): Conditional keywords in VFR: `suppressif`/`grayoutif`/`disableif`/`warningif`/`nosubmitif`/`inconsistentif`
_____