From 8bce2945b3c78f2164968c1be067612783b57fde Mon Sep 17 00:00:00 2001 From: Alex Prokopenko Date: Thu, 11 Jan 2018 19:26:14 +0200 Subject: [PATCH] Updated readme, fix headers --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d92c97b..8a5070d 100644 --- a/README.md +++ b/README.md @@ -31,11 +31,11 @@ Some WordPress developers call it a "Theme Wrapper". Markup is handled by one la (or more if needed) instead of being scattered across all template files like typical themes. Stay DRY! -## Security and optimizations +### Security and optimizations Theme files are nice and clean, but Theme Framework has a lot of hooks to make your WordPress more secure, clean up and optimize final generated HTML. ### Documentation -[Read our Wiki](https://github.com/justcoded/wordpress-theme-boilerplate/wiki) to find out all features. \ No newline at end of file +[Read our Wiki](https://github.com/justcoded/wordpress-theme-boilerplate/wiki) to find out all features.