Skip to content

Commit

Permalink
Revert "Readme sample code formatting"
Browse files Browse the repository at this point in the history
This reverts commit 86b39d8.
  • Loading branch information
konraddysput committed Apr 9, 2018
1 parent 5ce234d commit e7414f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
## Usage

```csharp
// replace with your endpoint url and token
var backtraceCredentials =
new BacktraceCredentials(@"https://myserver.sp.backtrace.io:6097", "4dca18e8769d0f5d10db0d1b665e64b3d716f76bf182fbcdad5d1d8070c12db0");
// replace with your endpoint url and token
var backtraceClient = new BacktraceClient(backtraceCredentials);

try{
Expand Down

0 comments on commit e7414f8

Please sign in to comment.