Skip to content

Commit 2a9cc5a

Browse files
author
Joohwan Oh
committed
Update README.md
1 parent d054abd commit 2a9cc5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
py-arango
22
=============
3-
[![Build Status](https://travis-ci.org/Joowani/python-arango.svg?branch=master)](https://travis-ci.org/Joowani/python-arango)
3+
[![Build Status](https://travis-ci.org/Joowani/py-arango.svg?branch=master)](https://travis-ci.org/Joowani/py-arango)
44

55
Driver for ArangoDB REST API
66

@@ -11,8 +11,8 @@ py-arango is a driver for ArangoDB (https://www.arangodb.com/) REST API
1111
## Installation (will also be in PyPi soon)
1212

1313
```bash
14-
git clone https://github.com/Joowani/python-arango.git
15-
cd python-arango
14+
git clone https://github.com/Joowani/py-arango.git
15+
cd py-arango
1616
python2.7 setup.py install
1717
```
1818

0 commit comments

Comments
 (0)