Skip to content

Commit 0433be5

Browse files
author
Arzaroth Lekva
committed
use master travis badge
1 parent 4f2f327 commit 0433be5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ assert(repr(r) == r.unparse(pretty=False, raw=False)) # also always True
3131

3232
If you have downloaded the source code:
3333
```sh
34-
python setup.py install
34+
python setup.py install
3535
```
3636
or if you want to obtain a copy from the Pypi repository:
3737
```sh
38-
pip install rapidxml
38+
pip install rapidxml
3939
```
4040
Both commands will install the required package dependencies.
4141

@@ -48,7 +48,7 @@ A distribution package can be obtained for manual installation at:
4848

4949
python_rapidxml's git repo is available on GitHub, which can be browsed at [github](https://github.com/Arzaroth/python_rapidxml) and cloned like that:
5050
```sh
51-
git clone https://github.com/Arzaroth/python_rapidxml.git
51+
git clone https://github.com/Arzaroth/python_rapidxml.git
5252
```
5353

5454
### License
@@ -58,6 +58,6 @@ MIT license. See the LICENSE file.
5858

5959
### Development status
6060

61-
[![Build Status](https://travis-ci.org/Arzaroth/python_rapidxml.svg?branch=2.0)](https://travis-ci.org/Arzaroth/python_rapidxml)
61+
[![Build Status](https://travis-ci.org/Arzaroth/python_rapidxml.svg?branch=master)](https://travis-ci.org/Arzaroth/python_rapidxml)
6262

6363
This project is currently under development.

0 commit comments

Comments
 (0)