Update README.md

This commit is contained in:
fanningert 2014-03-15 23:08:34 +01:00
commit ff90a17821

View file

@ -82,7 +82,7 @@ url.rewrite-once = (
"^/(themes|system|vendor)/(.*)" => "$0",
"^/(.*\.php)" => "$0",
# Everything else is handles by Wordpress
# Everything else is handles by htmly
"^/(.*)$" => "/index.php/$1"
)
````