From 167af7f16053278ba9c3dffb787df171bc59905b Mon Sep 17 00:00:00 2001
From: Sergey Lyubka <valenok@gmail.com>
Date: Sat, 28 Aug 2021 20:27:55 +0100
Subject: [PATCH] docs update

---
 docs/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/README.md b/docs/README.md
index 8618aeda6..7bc75954d 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -1234,7 +1234,7 @@ Same as `mg_asprintf()` but uses `va_list` argument.
 
 ### mg\_to64()
 
-```
+```c
 int64_t mg_to64(const char *s);
 ```
 
@@ -1242,7 +1242,7 @@ Parse 64-bit integer value held by string `s`.
 
 ### mg\_aton()
 
-```
+```c
 bool mg_aton(struct mg_str str, uint32_t *ipaddr);
 ```
 
-- 
GitLab