From 717efccdae539af59de316e73837a77cd821d3d9 Mon Sep 17 00:00:00 2001 From: raymondb1 Date: Wed, 30 Jan 2019 09:35:41 -0800 Subject: [PATCH 1/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 605e521cb..2e1f0e7c4 100644 --- a/README.md +++ b/README.md @@ -77,9 +77,9 @@ For subsequent debugging sessions, the following steps are recommended: ## Contributing to BPST -All available solution templates can be found in the Apps folder. To access an app, the name is passed as a query parameter to the url of the website. For example, in the following url: +All available solution templates can be found in the Apps folder. To access an app, the name is passed as a query parameter to the url you chose for the website. For example, in the following url: -https://bpsolutiontemplates.com/?name=Microsoft-TwitterTemplate +https://yoursite.com/?name=Microsoft-TwitterTemplate The name of the template Microsoft-TwitterTemplate corresponds to the Microsoft-TwitterTemplate folder inside the Apps directory. If you are a Microsoft Partner, please add your Apps to the Partner directory instead of the Released directory. From d2a45b9b09ebcfa0ecdbc88a04f7ef44818a6312 Mon Sep 17 00:00:00 2001 From: raymondb1 Date: Wed, 30 Jan 2019 09:40:12 -0800 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e1f0e7c4..535b6aa1f 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ For subsequent debugging sessions, the following steps are recommended: All available solution templates can be found in the Apps folder. To access an app, the name is passed as a query parameter to the url you chose for the website. For example, in the following url: -https://yoursite.com/?name=Microsoft-TwitterTemplate +https://.com/?name=Microsoft-TwitterTemplate The name of the template Microsoft-TwitterTemplate corresponds to the Microsoft-TwitterTemplate folder inside the Apps directory. If you are a Microsoft Partner, please add your Apps to the Partner directory instead of the Released directory. From 12887b313e6c592a6197467720dde9c6bd78508b Mon Sep 17 00:00:00 2001 From: raymondb1 Date: Wed, 30 Jan 2019 09:43:11 -0800 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 535b6aa1f..dda170dc8 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ For subsequent debugging sessions, the following steps are recommended: All available solution templates can be found in the Apps folder. To access an app, the name is passed as a query parameter to the url you chose for the website. For example, in the following url: -https://.com/?name=Microsoft-TwitterTemplate +https://<yoursite>.com/?name=Microsoft-TwitterTemplate The name of the template Microsoft-TwitterTemplate corresponds to the Microsoft-TwitterTemplate folder inside the Apps directory. If you are a Microsoft Partner, please add your Apps to the Partner directory instead of the Released directory.