From 49058b5dec5f54bc9012b6b066b03cf64e120ca2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Galle?= Date: Wed, 3 Jun 2020 13:44:00 +0200 Subject: [PATCH] add quotes to ? example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8430054..83673bf 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ nextver -c 0.1.0 -p 0.x.0 # prints 0.2.0 - in case you don't know / care about higher position versions, use `?` to keep their current value: ``` -nextver -c 1.2.0 -p ?.x.0 # prints 1.3.0 +nextver -c 1.2.0 -p '?.x.0' # prints 1.3.0 ``` - bump versions explicitly, with the auto-increment being reset to `0`: