Skip to content

Commit 6c03e7d

Browse files
author
pgaref
committed
Cleaning README
1 parent 388c12a commit 6c03e7d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# HTTP Request Randomizer in Python [![Build Status](https://travis-ci.org/pgaref/HTTP_Request_Randomizer.svg?branch=master)](https://travis-ci.org/pgaref/HTTP_Request_Randomizer) [![Coverage Status](https://coveralls.io/repos/github/pgaref/HTTP_Request_Randomizer/badge.svg?branch=master)](https://coveralls.io/github/pgaref/HTTP_Request_Randomizer?branch=master) [![Dependency Status](https://gemnasium.com/badges/github.com/pgaref/HTTP_Request_Randomizer.svg)](https://gemnasium.com/github.com/pgaref/HTTP_Request_Randomizer) [![PyPI version](https://badge.fury.io/py/http-request-randomizer.svg)](https://badge.fury.io/py/http-request-randomizer)
1+
# HTTP Request Randomizer [![Build Status](https://travis-ci.org/pgaref/HTTP_Request_Randomizer.svg?branch=master)](https://travis-ci.org/pgaref/HTTP_Request_Randomizer) [![Coverage Status](https://coveralls.io/repos/github/pgaref/HTTP_Request_Randomizer/badge.svg?branch=master)](https://coveralls.io/github/pgaref/HTTP_Request_Randomizer?branch=master) [![Dependency Status](https://gemnasium.com/badges/github.com/pgaref/HTTP_Request_Randomizer.svg)](https://gemnasium.com/github.com/pgaref/HTTP_Request_Randomizer) [![PyPI version](https://badge.fury.io/py/http-request-randomizer.svg)](https://badge.fury.io/py/http-request-randomizer)
22

33
A convenient way to implement HTTP requests is using Pythons' **requests** library.
44
One of requests’ most popular features is simple proxying support.

README.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
HTTP Request Randomizer in Python |Build Status| |Coverage Status| |PyPI version|
2-
=================================================================================
1+
HTTP Request Randomizer |Build Status| |Coverage Status| |Dependency Status| |PyPI version|
2+
===========================================================================================
33

44
A convenient way to implement HTTP requests is using Pythons'
55
**requests** library. One of requests’ most popular features is simple
@@ -108,5 +108,7 @@ This project is licensed under the terms of the MIT license.
108108
:target: https://travis-ci.org/pgaref/HTTP_Request_Randomizer
109109
.. |Coverage Status| image:: https://coveralls.io/repos/github/pgaref/HTTP_Request_Randomizer/badge.svg?branch=master
110110
:target: https://coveralls.io/github/pgaref/HTTP_Request_Randomizer?branch=master
111+
.. |Dependency Status| image:: https://gemnasium.com/badges/github.com/pgaref/HTTP_Request_Randomizer.svg
112+
:target: https://gemnasium.com/github.com/pgaref/HTTP_Request_Randomizer
111113
.. |PyPI version| image:: https://badge.fury.io/py/http-request-randomizer.svg
112114
:target: https://badge.fury.io/py/http-request-randomizer

0 commit comments

Comments
 (0)