Skip to content

Commit a625e6d

Browse files
committed
fix: README
1 parent 9fdc0d4 commit a625e6d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,12 @@ this library was inspired by tweepy(https://github.com/tweepy/tweepy), python-in
7979
* api.collections_delete()
8080

8181
## Test
82-
python tests/oauth.py [cunsumer_key] [consumer_secret]
83-
python tests/blog.py [cunsumer_key] [consumer_secret] [oauth_token] [oauth_token_secret]
84-
python tests/collection.py [cunsumer_key] [consumer_secret] [oauth_token] [oauth_token_secret]
85-
python tests/user.py [cunsumer_key] [consumer_secret] [oauth_token] [oauth_token_secret]
86-
python tests/photo.py [cunsumer_key] [consumer_secret] [oauth_token] [oauth_token_secret]
87-
python tests/upload.py [cunsumer_key] [consumer_secret] [oauth_token] [oauth_token_secret]
82+
python tests/oauth.py [cunsumer_key] [consumer_secret]
83+
python tests/blog.py [cunsumer_key] [consumer_secret] [oauth_token] [oauth_token_secret]
84+
python tests/collection.py [cunsumer_key] [consumer_secret] [oauth_token] [oauth_token_secret]
85+
python tests/user.py [cunsumer_key] [consumer_secret] [oauth_token] [oauth_token_secret]
86+
python tests/photo.py [cunsumer_key] [consumer_secret] [oauth_token] [oauth_token_secret]
87+
python tests/upload.py [cunsumer_key] [consumer_secret] [oauth_token] [oauth_token_secret]
8888

8989
[authentication]: https://github.com/500px/api-documentation/tree/master/authentication
9090
[authorize]: https://github.com/500px/api-documentation/blob/master/authentication/POST_oauth_authorize.md

0 commit comments

Comments
 (0)