summary refs log tree commit diff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/index.html b/templates/index.html
index cb91326..834cec9 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -10,8 +10,8 @@
 <pre>
 this website pulls a random arXiv publication for a given category
 <a href="https://git.tzlil.net/arXiv.git" title="if you're wondering why my code needs to scrape arXiv and build probability distributions see fuck you.py">source code</a>
-all categories: <a href="https://arxiv.org/category_taxonomy">here</a>
-examples:
+taxonomy: <a href="https://arxiv.org/category_taxonomy">here</a>
+categories:
 {% for i in taxonomy %}
   <a href='{{ i }}'>{{ i }}</a>
 {% endfor %}