diff --git a/README.md b/README.md
index d36a47e020b0cd047077561c2e31c3ae96ed5f6a..d7e4b8ed75412c92ecfc0dd4abeaeffda5a78d2c 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,11 @@ Soho is a minimalist two-column [hugo](https://gohugo.io) theme based on [Hyde](
 - SEO Best Practices
 - Open Graph
 - Rich Snippets (JSON-LD)
+- Twitter Card
+- Pagination
+- Hidden Pages
 - Customizable
+- Support all [Hugo Internals](https://gohugo.io/templates/internal/)
 
 ## Integrations
 
@@ -92,6 +96,11 @@ customJs = ["js/blog.js"]
   weight = 300
   url = "/about/"
 
+[taxonomies]
+  category = "categories"
+  series = "series"
+  tag = "tags"
+
 [markup]
 
   [markup.highlight]