Skip to content

Commit 9c18a10

Browse files
committed
Fixed: Readme link bug
1 parent 476bd69 commit 9c18a10

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Include the library and you're good to go!
1616
Here's a couple of simple examples to give an idea of how VerbalExpressions work:
1717

1818
### Testing if we have valid URL
19+
1920
```javascript
2021
// Create an example of how to test for correctly formed URLs
2122
var tester = VerEx()
@@ -53,6 +54,7 @@ alert( result ); // Outputs "Replace duck with a duck"
5354
```
5455

5556
### Shorthand for string replace:
57+
5658
```javascript
5759
var result = VerEx().find( "red" ).replace( "We have a red house", "blue" );
5860
alert( result2 ); // Outputs "We have a blue house"
@@ -68,4 +70,4 @@ Clone the repo and fork:
6870
Pull requests are warmly welcome!
6971

7072
[ben-nadel]:http://www.bennadel.com/
71-
[extending]:blog/2292-Extending-JavaScript-Arrays-While-Keeping-Native-Bracket-Notation-Functionality.htm
73+
[extending]:http://www.bennadel.com/blog/2292-Extending-JavaScript-Arrays-While-Keeping-Native-Bracket-Notation-Functionality.htm

0 commit comments

Comments
 (0)