aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2022-03-22 11:32:12 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2022-03-22 11:32:12 +0300
commit48931cb16a230615fc932b0343e802aee64ba73f (patch)
treed09709e6b5172f8fa8fdbd038909fa05afc0be63 /README.md
parente6a90b38c0f25d94d9a874f20fbb63d3151da033 (diff)
downloadUEFI-Lessons-48931cb16a230615fc932b0343e802aee64ba73f.tar.gz
UEFI-Lessons-48931cb16a230615fc932b0343e802aee64ba73f.tar.bz2
UEFI-Lessons-48931cb16a230615fc932b0343e802aee64ba73f.zip
Add lesson 68
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5f9c84e..7b07603 100644
--- a/README.md
+++ b/README.md
@@ -71,6 +71,7 @@ These series of lessons are intendend to get you started with UEFI programming i
- [Lesson 65](Lessons/Lesson_65): More VFR input elements - Part 1: `numeric`
- [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`
_____