Skip to content

Commit

Permalink
updated client creation example
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathaniel Niosco committed Jan 16, 2019
1 parent d20c3f9 commit 4862edf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ Refer to [samples.md](samples/samples.md) and our [API documentation](https://do
```go
// credentials used to set headers for each method request
var client = synapse.New(
"ClientID": "CLIENT_ID",
"ClientSecret": "CLIENT_SECRET",
"IP": "IP_ADDRESS",
"Fingerprint": "FINGERPRINT"
"CLIENT_ID",
"CLIENT_SECRET",
"IP_ADDRESS",
"FINGERPRINT",
)
```

Expand Down

0 comments on commit 4862edf

Please sign in to comment.