diff --git a/README.md b/README.md
index b427373..a07da98 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# PaPy (<span style="color:red">Pa</span>ge with <span style="color:red">Py</span>thon): a Python static site generator
- **Work in progress - 99% done!**.
+ **Work in progress - 99.99% done!**.
Using Python3:
@@ -17,7 +17,7 @@ Using Python3:
- Converts Markdown files to HTML from folder `/post` with support for fenced code blocks, tables, and footnotes
- Output URLS are clean; i.e. `/post/slug` versus `/post/slug.html`
- Front Matter Parsing: Extracts metadata from YAML-style front matter
- - Template system: Uses HTML template parts (header, head, main, footer) from theme directory
+ - Template system: Uses HTML template parts (footer.html, header.html, head.html, main.html, page.html, single.html, tags.html) from theme directory
- Pagination with reverse chronological sorting (newest first)
- RSS feed and Sitemap generation
- Static asset handling: