Skip to content
This repository has been archived by the owner on Nov 6, 2019. It is now read-only.

Commit

Permalink
README: small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mildsunrise committed Sep 30, 2013
1 parent f2c7fbe commit 0951dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -24,7 +24,7 @@ It takes _one_ string as argument, and just returns it untouched:
> Hello = require('./simpleaddon').Hello;
[Function: Hello]
> hello = new Hello();
{ world: [Function] }
{}
> hello.world('the cat!')
'the cat!'
```
Expand Down

0 comments on commit 0951dd0

Please sign in to comment.