Skip to content

Commit ae93f5f

Browse files
author
Christopher Falone
authored
Merge pull request #421 from watson-developer-cloud/falone--8193--sdk-generation
chore: minor changes
2 parents d57c7c0 + a187c90 commit ae93f5f

File tree

3 files changed

+7
-5607
lines changed

3 files changed

+7
-5607
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
## Ignore Visual Studio temporary files, build results, and
22
## files generated by popular Visual Studio add-ons.
33

4+
# OS
5+
.DS_Store
6+
47
# User-specific files
58
*.suo
69
*.user
@@ -100,6 +103,9 @@ _ReSharper*/
100103
*.[Rr]e[Ss]harper
101104
*.DotSettings.user
102105

106+
# JetBrains IDEs
107+
.idea/
108+
103109
# JustCode is a .NET coding add-in
104110
.JustCode
105111

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The .NET Standard SDK uses [Watson][wdc] services, a collection of REST APIs tha
1212
* [Before you begin](#before-you-begin)
1313
* [Installing the Watson .NET Standard SDK](#installing-the-watson-net-standard-sdk)
1414
* [.NET Standard 2.0](#net-standard-20)
15-
* [Authtentication](#authentication)
15+
* [Authentication](#authentication)
1616
* [Custom Request Headers](#custom-request-headers)
1717
* [Response Headers, Status Code and Raw Json](#response-headers-status-code-and-raw-json)
1818
* [Self signed certificates](#self-signed-certificates)

0 commit comments

Comments
 (0)