From d142a8c89d4f53a158385c90f883808cfd307e2e Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Sun, 9 Jun 2019 16:37:15 +0200 Subject: [PATCH] README.md: use example.com instead of gmail.com for example Signed-off-by: Elias Naur --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d3dcd2c..0c85e75a 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,7 @@ With `git send-email` configured, you can clone the project and set it up for su Configure your name and email address if you have not done so already: - $ git config --global user.email "you@gmail.com" + $ git config --global user.email "you@example.com" $ git config --global user.name "Your Name" Contributors must agree to the [developer certificate of origin](https://developercertificate.org/),