aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index d33e43e..ee28797 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
This repository hosts all that is necessary to build [my personal webpage](https://ypei.me).
-It roughly consists of two parts, the web content and the code. The web content are in the markdown files, and the code corresponds to the python, css, and the html template files.
+It roughly consists of two parts, the web content and the code. The former is in the markdown files, whereas the latter corresponds to the python, css, and the html template files.
The python code (`engine/engine.py`) is a tiny static site generator depending on [pypandoc](https://pypi.python.org/pypi/pypandoc), [PyYAML](http://pyyaml.org/) and [pyatom](https://pypi.python.org/pypi/pyatom).
-The content is licensed under CC-BY-ND unless otherwise specified, and the code is licensed under GPLv3+.
+The content is licensed under CC-BY-ND unless otherwise specified, and the code is licensed under GPLv3+. \ No newline at end of file