Skip to content

Commit

Permalink
"DirectLine" -> "Direct Line"
Browse files Browse the repository at this point in the history
  • Loading branch information
pcostantini committed Apr 5, 2017
1 parent eb4d616 commit 96023e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CSharp/core-DirectLineWebSockets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ private static void WebSocketClient_OnMessage(object sender, MessageEventArgs e)
select x;
````

DirectLine v3.0 (unlike version 1.1) has support for Attachments (see [Adding Attachments to a Message](https://docs.botframework.com/en-us/core-concepts/attachments) for more information about attachments). Check out the `WebSocketClient_OnMessage` method in [Program.cs](DirectLineClient/Program.cs#L73-L90) to see how the Attachments are retrieved and rendered appropriately based on their type.
Direct Line v3.0 (unlike version 1.1) has support for Attachments (see [Adding Attachments to a Message](https://docs.botframework.com/en-us/core-concepts/attachments) for more information about attachments). Check out the `WebSocketClient_OnMessage` method in [Program.cs](DirectLineClient/Program.cs#L73-L90) to see how the Attachments are retrieved and rendered appropriately based on their type.

````C#
Expand Down

0 comments on commit 96023e4

Please sign in to comment.