Procházet zdrojové kódy

Correcting minor typo

Christopher Galas před 9 roky
rodič
revize
7c3fb31ee6
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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)