From bd48a9e3970009f98fcf32db6635c81bf46d219c Mon Sep 17 00:00:00 2001 From: Claudiu Lodromanean Date: Fri, 2 Mar 2018 08:33:27 -0800 Subject: [PATCH] Update README.md --- plugins/woocommerce-blocks/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/woocommerce-blocks/README.md b/plugins/woocommerce-blocks/README.md index 4f12be05206..f97d1f081db 100644 --- a/plugins/woocommerce-blocks/README.md +++ b/plugins/woocommerce-blocks/README.md @@ -1,7 +1,7 @@ Feature plugin for the Gutenberg Products block. **Getting Started:** -1. Make sure you have Gutenberg 2.2+ and WooCommerce 3.3.1+ installed and active. There were some changes in the way gutenblock scripts are enqueued in Gutenberg 2.2, so this won't work with earlier versions. +1. Make sure you have Gutenberg 2.2+ and WooCommerce 3.3.1+ installed and active. 2. Get a copy of this plugin using the green "Clone or download" button on the right. Activate the plugin. 3. On Gutenberg posts you should now have a Products block available. @@ -18,4 +18,4 @@ The source code is in the products-block.jsx file and the compiled code is in pr ### Vision for the Feature -The Products block is essentially a visual wrapper for the `[products]` shortcode. Users should be able to insert a variety of products (specific products, products in a specific category, with assorted layouts and visual styles) into their post content using a simple and powerful visual editor +Users should be able to insert a variety of products from their store (specific products, products in a category, with assorted layouts and visual styles, etc.) into their post content using a simple and powerful visual editor.