Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
switer committed Oct 6, 2013
1 parent b18efb5 commit 7f0b4ee
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 @@ -4,7 +4,7 @@ ciment
`ciment` is a javascript comments library for generating comment string rapidly.

```javascript
var comment = var comment = require('../ciment');
var comment = var comment = require('ciment');

// Comment module methods
comment.single('hello world'); // result: "// hello world"
Expand Down

0 comments on commit 7f0b4ee

Please sign in to comment.