Skip to content

Commit 3737f70

Browse files
committed
Fix
1 parent 1cd240a commit 3737f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ import Postcode from "postcode";
4646
### Validate
4747

4848
```javascript
49-
Postcode.isValid("AA1 1AB"); # => true
49+
Postcode.isValid("AA1 1AB"); // => true
5050
```
5151

5252
### Parse

0 commit comments

Comments
 (0)