X-Git-Url: http://git.squeep.com/?p=squeep-html-template-helper;a=blobdiff_plain;f=README.md;h=c6f92261925b04abe67a34bbce9b18906a51364d;hp=888bd544321116c86bff3f8a0b38db7716f84fa9;hb=HEAD;hpb=3501e7042eeb4a104e4f001b2641d41023087b1a 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.