From f75fd0e55f2aca4ea6eecad9ebdce02adb1dd7a4 Mon Sep 17 00:00:00 2001 From: Cory Smith Date: Mon, 28 Aug 2017 09:50:45 -0600 Subject: [PATCH] Adding missing import for Socket.io to React section of readme (#64) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fe3cb79..ce7dd5a 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,7 @@ import ReactDOM from 'react-dom'; import feathers from 'feathers/client'; import socketio from 'feathers-socketio/client'; import rx from 'feathers-reactive'; +import io from 'socket.io-client'; import RxJS from 'rxjs'; const socket = io();