From 12bc56299d3c95513e5f7af9e364132f31a17daf Mon Sep 17 00:00:00 2001 From: Cory Smith Date: Thu, 16 Nov 2017 15:20:46 -0700 Subject: [PATCH] Updating client use example to fix imports (#99) * Updating client use example * Remove client use since it has been moved to a different module --- packages/socketio/README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/packages/socketio/README.md b/packages/socketio/README.md index 64a8d0fa12..6ac5f68123 100644 --- a/packages/socketio/README.md +++ b/packages/socketio/README.md @@ -56,18 +56,6 @@ app.use('/todos', { }); ``` -## Client use - -```js -import io from 'socket.io-client'; -import feathers from 'feathers/client'; -import socketio from '@feathersjs/socketio/client'; - -const socket = io('http://path/to/api'); -const app = feathers() - .configure(socketio(socket)); -``` - ## License Copyright (c) 2015