From 8813193dbee8c17a3de0a1da22c3353f825c0d0a Mon Sep 17 00:00:00 2001 From: flyx Date: Wed, 31 Aug 2016 08:33:18 +0200 Subject: [PATCH] JSON does not have an escape sequence for ' --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 7873fb3..ece1aa2 100644 --- a/packages.json +++ b/packages.json @@ -5192,7 +5192,7 @@ ], "method": "git", "license": "MIT", - "description": "A thin asynchronous HTTP server library, API compatible with Nim\'s built-in asynchttpserver.", + "description": "A thin asynchronous HTTP server library, API compatible with Nim's built-in asynchttpserver.", "web": "https://github.com/philip-wernersbach/microasynchttpserver", "url": "https://github.com/philip-wernersbach/microasynchttpserver" },