diff --git a/README.md b/README.md index 67e1dbb..310aec2 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,11 @@ This will insert the `CompressionHandler` to the request pipeline as the first o **Client side** -**`JavaScript`** +**JavaScript** If you are doing your requests with `JavaScript` you probably don't have to do do anything. Just make sure the `gzip` and `deflate` values are included in the `Accept-Encoding` header. (Most browsers do this by default) -**`C#`** +**C#** You need to apply the following code when creating your `HttpClient`, depending on the request type. **GET requests**