From e7006db912cc9fd66b0c1b52b589bacfd2d91fea Mon Sep 17 00:00:00 2001 From: Tracy <38665906+TracyGH@users.noreply.github.com> Date: Thu, 5 Sep 2019 14:30:17 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c70146..a09dd1d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # SPTheme-Converter Convert SharePoint Modern themes to Classic, and SharePoint Classic themes to Modern. -# NOTE: This application only works with valid [SPColor file](https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/use-composed-looks-to-brand-sharepoint-sites) and UI Fabric Theme Designer [JSON file](https://fabricweb.z5.web.core.windows.net/pr-deploy-site/refs/heads/master/theming-designer/index.html) inputs. +### NOTE: This application only works with valid [SPColor file](https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/use-composed-looks-to-brand-sharepoint-sites) and UI Fabric Theme Designer [JSON file](https://fabricweb.z5.web.core.windows.net/pr-deploy-site/refs/heads/master/theming-designer/index.html) inputs. 1. Open the Program.cs file and add input and output local path values for the relevant conversion method(s) you need: ```ClassicToModern()``` or ```ModernToClassic()```. 2. Uncomment the relevant conversion method(s) you need. 3. Run the program.