Skip to content

Commit 28baf45

Browse files
committed
Update README.md
1 parent fea81b6 commit 28baf45

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
Python-Arango
1+
python-arango
22
=========
33

44
Python Driver for ArangoDB REST API
55

66
Overview
77
--------
88

9-
Python-Arango is a Python driver (2.7 and 3.4) for ArangoDB
10-
(<https://www.arangodb.com/>)
9+
Python-Arango is a Python driver for ArangoDB(<https://www.arangodb.com/>)
10+
It is compatible with Python versions 2.7 and 3.4.
1111

1212
Installation
1313
------------
1414

15-
- Stable (Supports up to ArangoDB Version 2.7)
15+
- Stable (supports up to ArangoDB version 2.7.0)
1616

1717
```bash
1818
sudo pip install python-arango
1919
```
2020

21-
- Latest (Supports up to ArangoDB Version 2.7)
21+
- Latest (supports up to ArangoDB version 2.7.0)
2222

2323
```bash
2424
git clone https://github.com/Joowani/python-arango.git

0 commit comments

Comments
 (0)