Skip to content

Commit

Permalink
minor update to make the readme more exact
Browse files Browse the repository at this point in the history
  • Loading branch information
dutchie032 committed Sep 24, 2024
1 parent 00e5a3b commit b798bc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,9 @@ In order to develop clients for `DCS-gRPC` you must be familiar with gRPC concep

The gRPC .proto files are available in the `Docs/DCS-gRPC` folder and also available in the Github repo

### Authentication
### Client Authentication

If authentication is enabled you will have to add `X-API-Key` to the metadata/headers.
If authentication is enabled on the server you will have to add `X-API-Key` to the metadata/headers.
Below are some example on what it could look like in your code.

#### Examples
Expand Down

0 comments on commit b798bc3

Please sign in to comment.