X-Git-Url: http://git.squeep.com/?p=squeep-html-template-helper;a=blobdiff_plain;f=README.md;fp=README.md;h=68f91ea85a20c2247666df5b4c20f1820cc03420;hp=888bd544321116c86bff3f8a0b38db7716f84fa9;hb=d6b0485d9f665ccc886279e8bb447137acca2b9e;hpb=55ff163110484141dd9eb7f55e49a85bad082378 diff --git a/README.md b/README.md index 888bd54..68f91ea 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Simplistic helpers for rendering HTML and boilerplate. Specific to Squeep Framework Applications, this module has strong opinions and makes many assumptions. +Expects `/static/theme.css` and `/static/custom.css` to exist. + ## API - `initContext(ctx)` @@ -41,4 +43,4 @@ Lists of errors and notices to show at top of page, before main content. ## Tests -`LintHtml` class is a simple wrapper around html-validate package which can report issues with generated html strings. +`LintHtml` class is a simple wrapper around `html-validate` package which can report issues with generated html strings.