Skip to content

Commit

Permalink
README++
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed May 4, 2012
1 parent b30b9ef commit b25e3de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ console.log(buf.deref()) // <- 12345
// this buffer could be thought of as an "int **"
var one = buf.ref()

// and you can dereference all the way down
// and you can dereference all the way back down to an int
console.log(one.deref().deref()) // <- 12345
```

Expand Down

0 comments on commit b25e3de

Please sign in to comment.