From cead9a04ca2e242434030a6363844af81fb42f23 Mon Sep 17 00:00:00 2001
From: Sergey Lyubka <valenok@gmail.com>
Date: Tue, 11 Feb 2014 15:21:54 +0000
Subject: [PATCH] Typo fixed

---
 docs/Embed.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/Embed.md b/docs/Embed.md
index 1c87179bc..68369bbe2 100644
--- a/docs/Embed.md
+++ b/docs/Embed.md
@@ -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:
 
-- 
GitLab