change h1 to h2 in README.md
This commit is contained in:
parent
6f4a8bce79
commit
69244e27b9
12
README.md
12
README.md
@ -4,20 +4,20 @@ To get a pretty version of this document, run
|
|||||||
|
|
||||||
$ markdown README > README.html
|
$ markdown README > README.html
|
||||||
|
|
||||||
# License
|
## License
|
||||||
|
|
||||||
See LICENSE file.
|
See LICENSE file.
|
||||||
|
|
||||||
# Authors
|
## Authors
|
||||||
|
|
||||||
See AUTHORS file.
|
See AUTHORS file.
|
||||||
|
|
||||||
# Dependencies
|
## Dependencies
|
||||||
|
|
||||||
- python
|
- python
|
||||||
- python-virtualenv
|
- python-virtualenv
|
||||||
|
|
||||||
# Python dependencies
|
## Python dependencies
|
||||||
|
|
||||||
More detail in `requirements.txt` and `requirements_prod.txt`; it is best to
|
More detail in `requirements.txt` and `requirements_prod.txt`; it is best to
|
||||||
use virtualenv and pip to handle these. But if you insist on (Arch GNU/Linux)
|
use virtualenv and pip to handle these. But if you insist on (Arch GNU/Linux)
|
||||||
@ -27,7 +27,7 @@ packages, you will probably want the following:
|
|||||||
- python-markdown
|
- python-markdown
|
||||||
- python-memcached
|
- python-memcached
|
||||||
|
|
||||||
# Testing Installation
|
## Testing Installation
|
||||||
|
|
||||||
1. Run `virtualenv`.
|
1. Run `virtualenv`.
|
||||||
|
|
||||||
@ -57,6 +57,6 @@ packages, you will probably want the following:
|
|||||||
|
|
||||||
./manage.py runserver
|
./manage.py runserver
|
||||||
|
|
||||||
# Production Installation
|
## Production Installation
|
||||||
|
|
||||||
Ask someone who knows, or you are going to be in trouble.
|
Ask someone who knows, or you are going to be in trouble.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user