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.