From f4d8d091eb5fd45ae1b349edc40183ed2686a214 Mon Sep 17 00:00:00 2001 From: Patrick Rauland Date: Thu, 29 Nov 2012 11:19:21 -0600 Subject: [PATCH] updating readme formatting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dc2c835..16fc742 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This WordPress plugin creates a new control type for the [WordPress Theme Custom 2. Pick out your favorite [Google Web Fonts](http://www.google.com/webfonts) 3. Open your function.php file 4. Save your favorite fonts in an array like so: -```php +``` php $customFontFamilies; if (class_exists('Google_Font_Collection')) { @@ -24,7 +24,7 @@ if (class_exists('Google_Font_Collection')) } ``` 5. Create the control -```php +``` php if (class_exists('Google_Font_Picker_Custom_Control')) { // make sure we have the control included