From df40a3da23c8a100454dbf6729fcac1731287cb1 Mon Sep 17 00:00:00 2001 From: "David A. Kennedy" Date: Fri, 9 Jun 2017 15:22:15 -0400 Subject: [PATCH] Update README.md to be consistent with new file name See #1064 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4041aa2d..0e06c38c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ My ultra-minimal CSS might make me look like theme tartare but that means less s * A helpful 404 template. * A custom header implementation in `inc/custom-header.php` just add the code snippet found in the comments of `inc/custom-header.php` to your `header.php` template. * Custom template tags in `inc/template-tags.php` that keep your templates clean and neat and prevent code duplication. -* Some small tweaks in `inc/extras.php` that can improve your theming experience. +* Some small tweaks in `inc/template-functions.php` that can improve your theming experience. * A script at `js/navigation.js` that makes your menu a toggled dropdown on small screens (like your phone), ready for CSS artistry. It's enqueued in `functions.php`. * 2 sample CSS layouts in `layouts/` for a sidebar on either side of your content. * Smartly organized starter CSS in `style.css` that will help you to quickly get your design off the ground.