diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,5 +31,5 @@ The structure of the repository is as follows: │ │ ├── pages (Template files for the main static pages) │ │ └── partials (Boilerplate used by every static page) | └── index.ts (the entry point, where the static content is served) - +└── README.md (what you are currently reading) ``` |