Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Fix markdown formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
srnagar committed May 26, 2020
1 parent 7de62b9 commit c0a460d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iot-hub/Quickstarts/read-d2c-messages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ Note that this requires adding a new dependency in your `pom.xml` to use the [Az
If using WebSockets, configure the `EventHubClientBuilder` to use transport type `AmqpTransportType.AMQP_WEB_SOCKETS`.

If your application runs behind a proxy server, then, in addition to setting the transport type to
`AmqpTransportType.AMQP_WEB_SOCKETS`, you also need to configure the proxy options as shown in the setupProxy method in
`AmqpTransportType.AMQP_WEB_SOCKETS`, you also need to configure the proxy options as shown in the `setupProxy` method in
[the sample](./src/main/java/com/microsoft/docs/iothub/samples/ReadDeviceToCloudMessages.java).

0 comments on commit c0a460d

Please sign in to comment.