fixed minor formatting issue with new feed exports doc

This commit is contained in:
Pablo Hoffman 2010-08-17 14:37:59 -03:00
parent e741a807d2
commit ad3fd0afe8
1 changed files with 3 additions and 0 deletions

View File

@ -101,8 +101,11 @@ attribute the moment the feed is being created.
Here are some examples to illustrate:
* Store in FTP using one directory per spider:
* ``ftp://user:password@ftp.example.com/scraping/feeds/%(name)s/%(time)s.json``
* Store in S3 using one directory per spider:
* ``s3://mybucket/scraping/feeds/%(name)s/%(time)s.json``