Skip to content

Commit 09840c5

Browse files
committed
docs(readme): fix syntax issues
1 parent 6f6a47b commit 09840c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -308,9 +308,9 @@ Incrementing any version component clears all existing following components.
308308
Examples of how version is incremented:
309309

310310
* for ``1.5``, incrementing ``<major>`` results in ``2.0``;
311-
* for ``1.5.1-2.4``, ``<minor>``++ results in ``1.6``;
312-
* ``1.5.1-2.4``, ``<patch>``++, ``1.5.2``;
313-
* ``1.5.1``, ``<major>``+=3, ``4.0.0``.
311+
* for ``1.5.1-2.4``, ``<minor>`` ++ results in ``1.6``;
312+
* ``1.5.1-2.4``, ``<patch>`` ++, ``1.5.2``;
313+
* ``1.5.1``, ``<major>`` += 3, ``4.0.0``.
314314

315315

316316
API details

0 commit comments

Comments
 (0)