From 19c427c75cb034ea9bf07e7f70348fca20a1bd7e Mon Sep 17 00:00:00 2001 From: Kristian Daugaard Date: Mon, 16 Apr 2018 12:50:55 +0200 Subject: [PATCH] Update README.MD --- README.MD | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.MD b/README.MD index 621f682..3811ee1 100644 --- a/README.MD +++ b/README.MD @@ -3,6 +3,10 @@ User can create a simple options called something like "Size", and add values to Each value can also have a price defined which gets added on top of the product price. +### Install ### +``` +composer require nobrainerweb/silvershop-simple-options +``` This module was inspired by Magento's product options functionality