Skip to content

Commit 9d48c83

Browse files
committed
[docs] minor README.rst cleanup
1 parent a868966 commit 9d48c83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Scrapyrt (Scrapy realtime)
2424
Introduction
2525
============
2626

27-
HTTP server which provides API for scheduling Scrapy spiders and
27+
HTTP server which provides API for scheduling `Scrapy <https://scrapy.org/>`_ spiders and
2828
making requests with spiders.
2929

3030
Features
@@ -56,9 +56,9 @@ and will raise error if it won't find one. Note that you need to have all
5656
your project requirements installed.
5757

5858
Scrapyrt supports endpoint ``/crawl.json`` that can be requested
59-
with two methods.
59+
with two methods: GET and POST.
6060

61-
To run sample `toscrape-css spider`_ from `Scrapy educational quotesbot project`_
61+
To run sample toscrape-css spider from `Quotesbot <https://github.com/scrapy/quotesbot>`_
6262
parsing page about famous quotes::
6363

6464
curl "http://localhost:9080/crawl.json?spider_name=toscrape-css&url=http://quotes.toscrape.com/"

0 commit comments

Comments
 (0)