From fbe191422642f9a5f0cf06df83d3c783aebabd0c Mon Sep 17 00:00:00 2001 From: Sergey Lyubka <valenok@gmail.com> Date: Mon, 23 Dec 2013 07:22:05 +0000 Subject: [PATCH] Copy -> Download and copy --- docs/Embed.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Embed.md b/docs/Embed.md index f599ca6b7..e0767d628 100644 --- a/docs/Embed.md +++ b/docs/Embed.md @@ -2,7 +2,7 @@ Embedding Mongoose is done in two steps: - 1. Copy + 1. Download and copy two files: [mongoose.c](https://raw.github.com/cesanta/mongoose/master/mongoose.c) and [mongoose.h](https://raw.github.com/cesanta/mongoose/master/mongoose.h) to your application's source tree and include these two files in the build. -- GitLab