From 2fc79d32302172b9d8e77f36b4602943a99c851c Mon Sep 17 00:00:00 2001 From: Tilman Kranz Date: Sat, 27 Nov 2021 03:53:10 +0100 Subject: [PATCH] minor formatting error fixed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81dec90..ef54fd1 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Add `[gitlab-list-commits url=https://tk-sls.de/gitlab project_id=42 since="3 mo * `url="STRING"`: Mandatory (example: `https://tk-sls.de/gitlab`). * `project_id=NUM`: Mandatory; NUM: Positive Integer, valid project ID in Gitlab specified by `url` (example: 42). * `since="NUM UNIT"`: Optional; NUM: Positive integer; UNIT: "days", "months", "years"; exclude commits older than specified time interval (example: "3 months"). -* `max=NUM`: Optional; NUM: Positive integer; list not more than `NUM` commits (example: 5). +* `max=NUM`: Optional; `NUM`: Positive integer; list not more than `NUM` commits (example: 5). * `ref_name=STRING`: List only commit from branch or reference name `STRING`. * `default_branch`: If set, list only commits from the project's default branch.