Skip to content

Commit 37cdea9

Browse files
author
Josh Mervine
committed
transfering ownership to maxcdn
1 parent 906d24c commit 37cdea9

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
#We're Hiring!
1+
# MaxCDN is Hiring!
2+
23
Do you like building cool stuff? Do APIs keep you up at night? We're looking for our next superstar hacker and you could be it. Interested? Check out our job posting on [stackoverflow](http://careers.stackoverflow.com/jobs/37078/senior-web-engineer-for-fun-growing-la-startup-maxcdn&a=JdFbT4OY).
34

45
# MaxCDN REST Web Services Python Client
56

6-
[![Build Status](https://travis-ci.org/jmervine/python-maxcdn.png?branch=master)](https://travis-ci.org/jmervine/python-maxcdn)
7-
8-
> TODO: Support Python 3.x
7+
[![Build Status](https://travis-ci.org/maxcdn/python-maxcdn.png?branch=master)](https://travis-ci.org/maxcdn/python-maxcdn)
98

109
## Installation
1110

1211
```
13-
sudo pip install maxcdn # coming soon
12+
pip install maxcdn
1413
```
1514

1615
## Usage
@@ -86,7 +85,7 @@ to send the OAuth header in the body or URLEncoded.
8685
# Development
8786

8887
```
89-
git clone https://github.com/jmervine/python-maxcdn.git
88+
git clone https://github.com/maxcdn/python-maxcdn.git
9089
cd python-maxcdn
9190
9291
make # setup and test
@@ -104,7 +103,7 @@ make nose # verbose test output w/ nosetests
104103
Running examples:
105104

106105
```
107-
git clone https://github.com/jmervine/python-maxcdn.git
106+
git clone https://github.com/maxcdn/python-maxcdn.git
108107
cd python-maxcdn
109108
make setup
110109

0 commit comments

Comments
 (0)