Skip to content

Commit

Permalink
off by 1 char
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Mar 6, 2014
1 parent 20957d3 commit 9d4325e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -837,7 +837,7 @@ If you tried sending the request via HTTP when the Server is offline you'll expe

```csharp
var client = new JsonServiceClient(baseUri);
client.Post(new EmailContact { ContactId = 1, Subject = "HTTP Email #1", Body = "Body 1" }); //throws
client.Post(new EmailContact { ContactId=1, Subject = "HTTP Email #1", Body = "ZBody" }); //throws
```

### Deferred Execution and Instant Response Times
Expand Down

0 comments on commit 9d4325e

Please sign in to comment.