Skip to content

Commit 656614a

Browse files
committed
Small doc update
1 parent 5bc054a commit 656614a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
angular-socket.io-mock
22
======================
33

4-
Mock Socket.io bindings for AngularJS, useful for testing as a drop in replacement for btford/angular-socket-io
5-
which allows testing against a fake server.
4+
Mock Socket.io bindings for AngularJS, useful for testing as a drop in replacement for
5+
https://github.com/btford/angular-socket-io which allows testing against a fake server.
66

77
## Usage
88

@@ -103,4 +103,9 @@ define(["angular","ng-socket-io"],function(ng){
103103
})
104104
```
105105

106+
### Todo
107+
108+
* Usage with sinon.js for spies
109+
* Mocking responses
110+
106111
*Note* Please see https://github.com/btford/angular-socket-io for library usage.

0 commit comments

Comments
 (0)