From c6a83e5cf9206872b5972ab03553cce20ccdabaf Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Wed, 21 Mar 2018 16:42:53 +0100 Subject: [PATCH 1/2] Add WordPress plugin to README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index dc5a003b2..f463b349e 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,10 @@ console.log(simpleIcons['Google+']); */ ``` +### WordPress Usage + +Icons are also available on WordPress through a simple plugin, which you can find [here](https://wordpress.org/plugins/simple-icons/). + ## Status [![Build Status](https://img.shields.io/travis/simple-icons/simple-icons/develop.svg)](https://travis-ci.org/simple-icons/simple-icons) From 4bf0dc8c2b7a4b1b094733a389b5ee9d0d4b7e0c Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Wed, 21 Mar 2018 18:51:05 +0100 Subject: [PATCH 2/2] Add "Third Party Extensions" section to the README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f463b349e..6c0ee8c03 100644 --- a/README.md +++ b/README.md @@ -47,9 +47,11 @@ console.log(simpleIcons['Google+']); */ ``` -### WordPress Usage +## Third Party Extensions -Icons are also available on WordPress through a simple plugin, which you can find [here](https://wordpress.org/plugins/simple-icons/). +### WordPress + +Icons are also available on WordPress through a simple plugin created by [@tjtaylo](https://github.com/tjtaylo), which you can find [here](https://wordpress.org/plugins/simple-icons/). ## Status