From 3b8cbc605e53607a35c92ff2ff7a0604c985d451 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Tue, 2 Apr 2019 12:49:04 +0200 Subject: [PATCH] README.md: add missing word Signed-off-by: Elias Naur --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 84948a40..104e3637 100644 --- a/README.md +++ b/README.md @@ -113,8 +113,8 @@ With `git send-email` configured, you can clone the project and set it up for su Contributors must agree to the [developer certificate of origin](https://developercertificate.org/), to ensure their work is compatible with the MIT and the UNLICENSE. Sign your commits with Signed-off-by -statements to show your agreement. The `git commit --sign` signs a commit with the name and email from -your `user.name` and `user.email` settings. +statements to show your agreement. The `git commit --sign` command signs a commit with the name and email +from your `user.name` and `user.email` settings. Whenever you want to submit your work for review, use `git send-email` with the base revision of your changes. For example, to submit the most recent commit use