aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-01-17 21:46:23 -0500
committerJesús <heckyel@hyperbola.info>2019-01-17 21:46:23 -0500
commit69244e27b96c1d9d1cbdcff344f7e15c612287a6 (patch)
treef5db5117828dc03ce748daa4bfd569e28ba6c439 /README.md
parent6f4a8bce7917779fc20b37fcec5a1e37adab6c2b (diff)
downloadpersonal-site-69244e27b96c1d9d1cbdcff344f7e15c612287a6.tar.lz
personal-site-69244e27b96c1d9d1cbdcff344f7e15c612287a6.tar.xz
personal-site-69244e27b96c1d9d1cbdcff344f7e15c612287a6.zip
change h1 to h2 in README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 62e3f48..e6ce601 100644
--- a/README.md
+++ b/README.md
@@ -4,20 +4,20 @@ To get a pretty version of this document, run
$ markdown README > README.html
-# License
+## License
See LICENSE file.
-# Authors
+## Authors
See AUTHORS file.
-# Dependencies
+## Dependencies
- python
- python-virtualenv
-# Python dependencies
+## Python dependencies
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)
@@ -27,7 +27,7 @@ packages, you will probably want the following:
- python-markdown
- python-memcached
-# Testing Installation
+## Testing Installation
1. Run `virtualenv`.
@@ -57,6 +57,6 @@ packages, you will probably want the following:
./manage.py runserver
-# Production Installation
+## Production Installation
Ask someone who knows, or you are going to be in trouble.