Parcourir la source

Correcting minor typo

Christopher Galas il y a 9 ans
Parent
commit
7c3fb31ee6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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.
 but all functions required to run a HTTP server.
 
 
   - HTTP Server API
   - HTTP Server API
-      - include/civetweb.c
+      - include/civetweb.h
   - C implementation
   - C implementation
     - src/civetweb.c
     - src/civetweb.c
     - src/md5.inl (MD5 calculation)    
     - src/md5.inl (MD5 calculation)