Skip to content

Commit 1b83d99

Browse files
committed
[README] Fix link to travis
1 parent d4d6499 commit 1b83d99

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,9 +1,9 @@
11
Hypermedia Resource - Python
22
----------------------------
33

4-
[![Build Status](http://img.shields.io/travis/the-hypermedia-project/hypermedia-resource-python/master.svg?style=flat)](https://travis-ci.org/the-hypermedia-project/hypermedia-resource-python)
4+
[![Build Status](http://img.shields.io/travis/the-hypermedia-project/representor-python/master.svg?style=flat)](https://travis-ci.org/the-hypermedia-project/representor-python)
55

6-
This library provides a generic interface for hypermedia messages. It is currently in active development and is not recommended for production use.
6+
This library provides a generic interface for hypermedia messages. It is currently in active development and is not recommended for production use.
77

88
## Installing
99

@@ -109,4 +109,4 @@ More detailed docs to come as this API is developed.
109109

110110
```script
111111
python setup.py test
112-
```
112+
```

0 commit comments

Comments
 (0)