Skip to content

Commit

Permalink
Fixed title level consistency with history.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmax committed Jun 24, 2016
1 parent 1b6a4c5 commit fee1476
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
===============================
======================
Scrapy Inline Requests
===============================
======================

.. image:: https://img.shields.io/pypi/v/scrapy-inline-requests.svg
:target: https://pypi.python.org/pypi/scrapy-inline-requests
Expand All @@ -21,7 +21,7 @@ Requires ``Scrapy>=1.0`` and supports Python 2.7+ and 3.4+.
* Documentation: https://scrapy-inline-requests.readthedocs.org.

Usage
=====
-----

The spider below shows a simple use case of scraping a page and following a few links:

Expand All @@ -47,7 +47,7 @@ See the ``examples/`` directory for a more complex spider.


Known Issues
============
------------

* Middlewares can drop or ignore non-200 status responses causing the callback
to not continue its execution. This can be overcome by using the flag
Expand Down

0 comments on commit fee1476

Please sign in to comment.