Browse Source

Merge pull request #11 from 1kastner/patch-1

Use proper indent for changing the font
pysitemap-python-2.7
Kamo Petrosyan 5 years ago
committed by GitHub
parent
commit
5f72bf92ae
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      README.md

+ 2
- 2
README.md View File

@ -3,13 +3,13 @@ Sitemap generator
## installing
pip install sitemap-generator
pip install sitemap-generator
## Gevent
Sitemap-generator uses [gevent](http://www.gevent.org/) to implement multiprocessing. Install gevent:
pip install gevent
pip install gevent
## example


Loading…
Cancel
Save