diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-08-31 08:55:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-08-31 08:55:45 +0200 |
| commit | 2c9148b892ae4eca0d9acf85109a92da7f377a62 (patch) | |
| tree | 1650382f357fe6417e2ec0792c3f70e33a81f3af | |
| parent | 000c2aab872087d9c59ab2ebb6f407d5a80c30e4 (diff) | |
| parent | 8813193dbee8c17a3de0a1da22c3353f825c0d0a (diff) | |
| download | packages-2c9148b892ae4eca0d9acf85109a92da7f377a62.tar.gz packages-2c9148b892ae4eca0d9acf85109a92da7f377a62.zip | |
Merge pull request #408 from flyx/flyx-patch-1
JSON does not have an escape sequence for '
| -rw-r--r-- | packages.json | 2 |
1 files changed, 1 insertions, 1 deletions
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" }, |
