From 5bf757ce6df2888448bb0857d607cc69a9a8bc82 Mon Sep 17 00:00:00 2001 From: medievalghoul <61852278+medievalghoul@users.noreply.github.com> Date: Mon, 29 Jun 2020 02:47:15 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49dd735..c5168ce 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ struct dmi_header { ``` - First, The type data member of size ``BYTE`` or ``uint8_t`` holds the SMBIOS specification defines the DMI Types different types of elements a computer. For example, type 2, means that the record contains - "Base Board" Information. To have a better understand of the Types SMBIOS defines, here's a code representation in file [smbios.h](): + "Base Board" Information. To have a better understand of the Types SMBIOS defines, here's a code representation in file [smbios.hpp](https://github.com/medievalghoul/hwid-checker-mg/tree/master/hwid_checker/includes/smbios.hpp): ```c++ enum dmi_entry_type