Commit cead9a04 authored by Sergey Lyubka's avatar Sergey Lyubka

Typo fixed

parent e5280930
...@@ -23,7 +23,7 @@ Here's a minimal application `app.c` that embeds mongoose: ...@@ -23,7 +23,7 @@ Here's a minimal application `app.c` that embeds mongoose:
return 0; return 0;
} }
To compile it, put `mongoose.c`, `mongoose.h` and `minimal.c` into one To compile it, put `mongoose.c`, `mongoose.h` and `app.c` into one
folder, start terminal on UNIX or Visual Studio command line prompt on Windows, folder, start terminal on UNIX or Visual Studio command line prompt on Windows,
and run the following command: and run the following command:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment