From 2049c7480525e727dec4f576a4f57db61dedb510 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Fichot?= Date: Wed, 4 Apr 2018 15:46:51 +0200 Subject: [PATCH] Removed extra spaces in README.md --- packages/gatsby-source-wordpress/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/gatsby-source-wordpress/README.md b/packages/gatsby-source-wordpress/README.md index 0708216da6040..b1f756936c936 100644 --- a/packages/gatsby-source-wordpress/README.md +++ b/packages/gatsby-source-wordpress/README.md @@ -42,16 +42,16 @@ We welcome PRs adding support for data from other plugins. // In your gatsby-config.js plugins: [ /* - * Gatsby's data processing layer begins with “source” - * plugins. Here the site sources its data from Wordpress. - */ + * Gatsby's data processing layer begins with “source” + * plugins. Here the site sources its data from Wordpress. + */ { resolve: "gatsby-source-wordpress", options: { /* - * The base URL of the Wordpress site without the trailingslash and the protocol. This is required. - * Example : 'gatsbyjsexamplewordpress.wordpress.com' or 'www.example-site.com' - */ + * The base URL of the Wordpress site without the trailingslash and the protocol. This is required. + * Example : 'gatsbyjsexamplewordpress.wordpress.com' or 'www.example-site.com' + */ baseUrl: "gatsbyjsexamplewordpress.wordpress.com", // The protocol. This can be http or https. protocol: "http",