mirror of https://github.com/scrapy/scrapy.git
update docstring in project template to avoid confusion with genspider command, which may be considered as an advanced feature. refs #107
This commit is contained in:
parent
d567d8efbe
commit
1c5294bee1
|
|
@ -1,8 +1,4 @@
|
|||
# This package will contain the spiders of your Scrapy project
|
||||
#
|
||||
# To create the first spider for your project use this command:
|
||||
#
|
||||
# scrapy genspider myspider myspider-domain.com
|
||||
#
|
||||
# For more info see:
|
||||
# http://doc.scrapy.org/topics/spiders.html
|
||||
# Please refer to the documentation for information on how to create and manage
|
||||
# your spiders.
|
||||
|
|
|
|||
Loading…
Reference in New Issue