From 4b81a8d239025897d84742fae0966b11152dc257 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Fri, 1 May 2020 21:07:24 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b49a6c5..c81a5f0 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ LXMF messages are stored in a simple and efficient format, that's easy to parse - RSA Signature - Payload - Timestamp - - Title - Content + - Title - Fields ##### And these rules: @@ -28,12 +28,12 @@ LXMF messages are stored in a simple and efficient format, that's easy to parse - The __Destination__ and __Source__ fields are Reticulum destination hashes - The __Signature__ field is a RSA signature of the __Destination__, __Source__, __Payload__ and __message-id__ - The __Payload__ part is a list containing four items: - 1. The __Timestamp__ is double-precision floating point number representing the number of seconds since the UNIX epoch. - 2. The __Title__ is an optional title for the message - 3. The __Content__ is the optional content or body of the message + 1. The __Timestamp__ is a double-precision floating point number representing the number of seconds since the UNIX epoch. + 2. The __Content__ is an optional title for the message + 3. The __Title__ is the optional content or body of the message 4. The __Fields__ is an optional dictionary -3. The __Title__, __Content__ and __Fields__ parts must be included in the message structure, but can be left empty. +3. The __Content__, __Title__ and __Fields__ parts must be included in the message structure, but can be left empty. 4. The __Fields__ part can be left empty, or contain a dictionary of any structure or depth. @@ -103,4 +103,4 @@ If you want to try out LXMF, you can install it with pip: ```bash pip3 install lxmf -``` \ No newline at end of file +```