瀏覽代碼

Merge pull request #252 from oldmancoyote/master

Correcting minor typo
bel2125 9 年之前
父節點
當前提交
fff00cb1ec
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/Embedding.md

+ 1 - 1
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)