Explorar el Código

Merge pull request #252 from oldmancoyote/master

Correcting minor typo
bel2125 hace 9 años
padre
commit
fff00cb1ec
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)