From 24ee0c9505a962e8fd1c766c6016510549b831f4 Mon Sep 17 00:00:00 2001 From: coffeepots Date: Fri, 13 Jul 2018 17:32:06 +0100 Subject: [PATCH] Add missing title markdown --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5c5b29..3fc1da6 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ This is the standard way to provide translations from a Nim type to a `JsonNode` `n`: The type you wish to convert -Returns +#### Returns `JsonNode`: The newly encoded `JsonNode` type from the parameter type.