Skip to content

Commit

Permalink
README fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abi committed Sep 18, 2011
1 parent 5c56b39 commit 26c92f2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -11,20 +11,21 @@ Install
Usage
=====

In JS,
In JavaScript,

```javascript
node_util = require('node_util').sync()
read = node_util.read
mv = node_util.mv
```

In Coffee, destructuring makes usage even more pleasant
In Coffee, destructuring makes usage even more pleasant:

```coffee
{mv, read, rm_r, get} = require('node_util').sync()
```

See [[examples/example.coffee]] for more.
See `examples/example.coffee` for more.

TODO
====
Expand Down

0 comments on commit 26c92f2

Please sign in to comment.