Skip to content

Commit 3aeac64

Browse files
committed
Added API documentation link to the readme file
1 parent d4af554 commit 3aeac64

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ var result = VerEx().find( "red" ).replace( "We have a red house", "blue" );
6060
alert( result2 ); // Outputs "We have a blue house"
6161
```
6262

63+
## API documentation
64+
65+
You can find the API documentation at the [wiki pages](https://github.com/jehna/VerbalExpressions/wiki).
66+
6367
## A little word for a big help
6468
I'd like to promote a special thank-you to [Ben Nadel][ben-nadel] for his [great article about extending native JS objects][extending]
6569

0 commit comments

Comments
 (0)