Skip to content

Commit ddf3f1e

Browse files
committed
docs: Improve sentence structure and clarity in quickstart guide
1 parent a030be0 commit ddf3f1e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/quickstart.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
## Installation
66

7-
For latest official version:
7+
For the latest official version:
88

99
```console
1010
$ python -m pip install libvcs
1111
```
1212

13-
Upgrading:
13+
Upgrading to the latest version:
1414

1515
```console
1616
$ python -m pip install --upgrade libvcs
@@ -20,9 +20,9 @@ $ python -m pip install --upgrade libvcs
2020

2121
### Developmental releases
2222

23-
New versions of libvcs are published to PyPI as alpha, beta, or release candidates. In their
24-
versions, you will see notations like `a1`, `b1`, and `rc1`, respectively. For example, `1.10.0b4` would mean
25-
the 4th beta release of `1.10.0` before general availability.
23+
New versions of libvcs are published to PyPI as alpha, beta, or release candidates. These versions
24+
are marked with notations like `a1`, `b1`, and `rc1`, respectively. For example, `1.10.0b4` indicates
25+
the 4th beta release of version `1.10.0` before its general availability.
2626

2727
Installation options:
2828

0 commit comments

Comments
 (0)