From 5a42319a070605b6603868737956edc1c2435b27 Mon Sep 17 00:00:00 2001 From: cpq Date: Thu, 9 Feb 2023 20:04:59 +0000 Subject: [PATCH] Add readme rule --- examples/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/README.md b/examples/README.md index 9edb89a1..1d6d5838 100644 --- a/examples/README.md +++ b/examples/README.md @@ -23,3 +23,5 @@ Rules for creating a new example: shallow clone. See embedded example golden reference - Keep Makefile as short as possible, but verbose to understand it easily - Symlink files when required, like `mongoose.c`, `ca.pem`, etc. Make no copies +- Example's README.md should contain only the title and the link to mongoose.ws + tutorial page