mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-25 03:29:00 +08:00
Typo fixed
This commit is contained in:
parent
e528093027
commit
cead9a04ca
@ -23,7 +23,7 @@ Here's a minimal application `app.c` that embeds mongoose:
|
||||
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,
|
||||
and run the following command:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user