diff --git a/samples/react-real-time/README.md b/samples/react-real-time/README.md index 9cc0e4797..253668c61 100644 --- a/samples/react-real-time/README.md +++ b/samples/react-real-time/README.md @@ -1,8 +1,8 @@ -# Real Time News Feed using SPFx, Flow, Azure and socket.io # +# Real Time News Feed using Microsoft Flow, Azure and socket.io # ## Summary -This sample shows you how to implement real time web parts using the SPFx, Microsoft Flow and socket.io. +This sample shows you how to implement real time web parts using the SPFx, Microsoft Flow and [socket.io](http://socket.io/).
@@ -44,7 +44,7 @@ Before starting, you'll need to install some prerequisites: Solution|Author(s) --------|--------- -samples\react-socket-io | Franck Cornu (MVP, @franckcornu) +react-real-time | Franck Cornu (MVP, [@franckcornu](https://twitter.com/FranckCornu)) ## Version history @@ -156,8 +156,8 @@ Version|Date|Comments This Web Part illustrates the following concepts on top of the SharePoint Framework: -- Using web sockets through the socket.io library to implement real time communications with an Azure back end server. +- Using web sockets through the socket.io library to implement real time communications between SharePoint Web Parts and an Azure back end server. - Using PnP JS library (1.0.5) to get items from a list. -- Using Office UI Fabric React components to build a beautiful design. +- Using Office UI Fabric React components to build a beautiful design in minutes. \ No newline at end of file