From ce8a23fa19a006185ce959a28954592da463f96b Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 1 Aug 2020 15:19:56 +0200 Subject: [PATCH] Add output sub-title --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 095bb1b..6f91341 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ from simple_hypercore_protocol import messages print(messages.Request(index=0)) ``` +Output: + ```sh index: 0 ```