Skip to content

Commit f92a8e5

Browse files
committed
env. var content updated
1 parent 8cdc476 commit f92a8e5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ Publishing Test Content using **Testspace**:
3838
<pre>
3939
curl -fsS -o testspace-windows.zip https://testspace-client.s3.amazonaws.com/testspace-windows.zip
4040
7z x -y .\testspace-windows.zip
41-
testspace publish analysis.xml [Tests]TestResult.xml coverage.xml "master"
41+
testspace analysis.xml [Tests]TestResult.xml coverage.xml "master"
4242
</pre>
4343

4444
Checkout the [Testspace Project](https://samples.testspace.com/projects/csharp.nunit).
4545

4646
To fork this example using AppVeyor requires:
4747
- Account at www.testspace.com.
48-
- AppVeyor Environment Variable:
49-
- `TESTSPACE_TOKEN` = `credentials@my-org-name.testspace.com/my-project`
48+
- AppVeyor CI Environment Variable called **TESTSPACE_TOKEN** required:
49+
- `TESTSPACE_TOKEN` = `credentials@my-org-name.testspace.com/my-project`
5050
- `credentials` set to `username:password` or your [access token](http://help.testspace.com/using-your-organization:user-settings).
51-
- `my-org-name.testspace.com/my-project` based on your subdomain, and project names. Refer [here](http://help.testspace.com/reference:runner-reference#login-credentials) for more details.
51+
- `my-org-name.testspace.com/my-project` based on your *subdomain* and *project* names. Refer [here](http://help.testspace.com/reference:runner-reference#login-credentials) for more details.

0 commit comments

Comments
 (0)