Skip to content

Commit

Permalink
link to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dominictarr committed Jul 7, 2012
1 parent 6f4a79e commit 9c51fbf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions readme.markdown
Expand Up @@ -3,6 +3,10 @@
`stream-spec` is a executable specification for Stream. `stream-spec` is a executable specification for Stream.
it's purpose it to make it easy to test user-land streams have correct behavour. it's purpose it to make it easy to test user-land streams have correct behavour.


[illustrated](https://github.com/dominictarr/stream-spec/blob/master/states.markdown)
[explained](https://github.com/dominictarr/stream-spec/blob/master/stream_spec.markdown)


``` js ``` js
var spec = require('stream-spec') var spec = require('stream-spec')
spec(stream) spec(stream)
Expand Down

0 comments on commit 9c51fbf

Please sign in to comment.