Skip to content

Commit

Permalink
Updating client use example to fix imports (#99)
Browse files Browse the repository at this point in the history
* Updating client use example

* Remove client use since it has been moved to a different module
  • Loading branch information
corymsmith authored and daffl committed Aug 22, 2018
1 parent 2c85ff5 commit 12bc562
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions packages/socketio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 12bc562

Please sign in to comment.