diff --git a/docs/Section Parsing Formatting.md b/docs/Section Parsing Formatting.md index 771883c..fa276df 100644 --- a/docs/Section Parsing Formatting.md +++ b/docs/Section Parsing Formatting.md @@ -22,6 +22,7 @@ Information about the user such as alias, phone number and office location. This ### Fields | Key | Value | | - | - | +|`type`|`directory_information`| | `Name` | The real name of the sender. | | `Login` | The career account alias of the sender. | | `Computer` | The computer the item is related to. Formatting may vary. | @@ -58,7 +59,7 @@ Information about the user such as alias, phone number and office location. This ### Parsed Example ```jsonc { - "type": "directoryInformation", + "type": "directory_information", "Name": "Jerry L Guerrero", "Login": "jerry", "Computer": "x-ee27å0bpc1 (128.46.164.29)", @@ -315,4 +316,4 @@ Mike "Mike\n", ] } -``` \ No newline at end of file +```