Skip to content

Commit dd892fe

Browse files
authored
Merge branch 'master' into nested-steps
2 parents 2571168 + e98f646 commit dd892fe

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@ pip install reportportal-client
2525
```
2626

2727
**IMPORTANT!**
28-
The lastest version **does** not support Report Portal versions below 5.0.0.
28+
The latest client version **does** not support Report Portal versions below
29+
5.0.0.
2930

30-
Specify the last one release of the client version 3 to install or update the client for other versions of Report Portal below 5.0.0:
31+
Version 3 is the latest one which supports Report Portal versions below 5.0.0
32+
to install it:
3133

3234
```
3335
pip install reportportal-client~=3.0
@@ -36,8 +38,9 @@ pip install reportportal-client~=3.0
3638

3739
## Contribution
3840

39-
All the fixes for the client that supports Report Portal versions below 5.0.0 should go into the v3 branch.
40-
The master branch will store the code base for the client for Report Portal versions 5 and above.
41+
All the fixes for the client that supports Report Portal versions below 5.0.0
42+
should go into the v3 branch. The master branch will store the code base for
43+
the client for Report Portal versions 5 and above.
4144

4245

4346
## Usage
@@ -165,7 +168,7 @@ service.terminate()
165168
```
166169

167170

168-
# Send attachement (screenshots)
171+
# Send attachment (screenshots)
169172

170173
[python-client](https://github.com/reportportal/client-Python/blob/64550693ec9c198b439f8f6e8b23413812d9adf1/reportportal_client/service.py#L259) uses `requests` library for working with RP and the same semantics to work with attachments (data).
171174

0 commit comments

Comments
 (0)