From 44e0d6877564bb2cddf47ed0d49b99955acd7fe1 Mon Sep 17 00:00:00 2001 From: Helge Penne Date: Sun, 18 Aug 2024 21:05:37 +0200 Subject: [PATCH] Tweaked README.adoc --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 87f35f6..6bdd89f 100644 --- a/README.adoc +++ b/README.adoc @@ -181,7 +181,7 @@ Asciireqs will parse these documents as well, as child documents in the specific You also need to define an attribute to tell AsciiReqs the pattern for your requirement IDs. This uses normal "regex" syntax. -The following defines "SW-REQ-" as the prefix for the current document's requirements (all requirement IDs are "SW-REQ-" followed by one or more digits): +The following defines "SW-REQ-" as the prefix for the current document's requirements, followed by one or more digits (all requirement IDs are "SW-REQ-" followed by one or more digits): [source, asciidoc] ----