From 7c3fb31ee6b81234d96bad219bf53d9b5a8171e0 Mon Sep 17 00:00:00 2001 From: Christopher Galas Date: Wed, 27 Jan 2016 13:57:10 -0800 Subject: [PATCH] Correcting minor typo --- docs/Embedding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Embedding.md b/docs/Embedding.md index f5073652..67a4cacd 100644 --- a/docs/Embedding.md +++ b/docs/Embedding.md @@ -21,7 +21,7 @@ These files constitute the CivetWeb library. They do not contain a `main` funct but all functions required to run a HTTP server. - HTTP Server API - - include/civetweb.c + - include/civetweb.h - C implementation - src/civetweb.c - src/md5.inl (MD5 calculation)