From 1bca9e7f067c3815bef069f38ef83fbd2964e02a Mon Sep 17 00:00:00 2001 From: dhartman Date: Fri, 14 Oct 2016 13:32:43 -0400 Subject: [PATCH] updated readme --- samples/angular-search/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/samples/angular-search/README.md b/samples/angular-search/README.md index 2dcc6d47b..5b29fb49c 100644 --- a/samples/angular-search/README.md +++ b/samples/angular-search/README.md @@ -10,9 +10,9 @@ through SharePoint's REST API. The logic for querying the SharePoint Content Types in the properties of the webpart was in part due to Chris O'Brien and this blog post http://www.sharepointnutsandbolts.com/2016/09/sharepoint-framework-spfx-web-part-properties-dynamic-dropdown.html?m=0 -Environment: - Enable publishing features on site collection - Enable publishing features on site +Environment Configuration: +- Enable publishing features on site collection +- Enable publishing features on site Note: In order to use the ngOfficeFabric code I use the ModuleLoader to load newer source files than the currently Office Fabric UI in SharePoint Online, which will cause many of the icons not to load properly on the SharePoint @@ -27,7 +27,7 @@ Page this webpart is added to. Solution|Author(s) --------|--------- -angular-search|David Hartman (Slalom, (http://slalom.com)) +angular-search|David Hartman ([Slalom](https://slalom.com)) ### Building the code ```bash