Skip to content

Commit

Permalink
readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thlorenz committed Jul 31, 2013
1 parent 6569466 commit 231550c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ fs.readFile(__filename, 'utf8', function (err, src) {
## API

### *findex (src, lineno)*

```
/**
* Finds any concecutive comment above the given line of code in the source.
*
Expand All @@ -59,6 +61,7 @@ fs.readFile(__filename, 'utf8', function (err, src) {
* @param src {String} the JavaScript source
* @param lineno {Number} the number where the function is located (1 based)
*/
```

## License

Expand Down

0 comments on commit 231550c

Please sign in to comment.