aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaeseung Ha <ipknhama@gmail.com>2017-09-18 12:05:31 +0900
committerGitHub <noreply@github.com>2017-09-18 12:05:31 +0900
commit16a0f6b663f69838865a91cdb64cd3e033c636f2 (patch)
treed27da6d86aa2feda580cd32057d0348b9411c218
parent274aad86e77c35072b4287f08213990cca9a14e8 (diff)
downloadcrow-16a0f6b663f69838865a91cdb64cd3e033c636f2.tar.gz
crow-16a0f6b663f69838865a91cdb64cd3e033c636f2.zip
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f6261b4..4d90199 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ int main()
- You can also use [json11](https://github.com/dropbox/json11) or [rapidjson](https://github.com/miloyip/rapidjson) for better speed or readability
- [Mustache](http://mustache.github.io/) based templating library (crow::mustache)
- Header only
- - Provide an amalgamated header file `crow_all.h` with every features
+ - Provide an amalgamated header file [`crow_all.h`](https://github.com/ipkn/crow/releases/download/v0.1/crow_all.h) with every features ([Download from here](https://github.com/ipkn/crow/releases/download/v0.1/crow_all.h))
- Middleware support
- Websocket support