diff --git a/src/godon/client.nim b/src/godon/client.nim index 8e79360..081f0d5 100644 --- a/src/godon/client.nim +++ b/src/godon/client.nim @@ -1,5 +1,5 @@ -## Godon HTTP Client -## Core HTTP client for Godon API +### Godon HTTP Client +### Core HTTP client for Godon API import std/[httpclient, json, uri, strutils, net] import types @@ -111,4 +111,4 @@ proc handleError*(client: GodonClient, response: Response): ref CatchableError = except CatchableError: discard - newException(CatchableError, errorMsg) \ No newline at end of file + newException(CatchableError, errorMsg)