Skip to content

Commit

Permalink
Merge pull request #716 from linkinmedo/readme-beautify
Browse files Browse the repository at this point in the history
capitalize table headers
  • Loading branch information
chriso authored Sep 8, 2017
2 parents 8c821a6 + 5780515 commit 4da5957
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ $ bower install validator-js

Here is a list of the validators currently available.

validator | description
Validator | Description
--------------------------------------- | --------------------------------------
***contains(str, seed)*** | check if the string contains the seed.
**equals(str, comparison)** | check if the string matches the comparison.
Expand Down Expand Up @@ -114,7 +114,7 @@ validator | description

Here is a list of the sanitizers currently available.

Sanitizer | description
Sanitizer | Description
-------------------------------------- | -------------------------------
**blacklist(input, chars)** | remove characters that appear in the blacklist. The characters are used in a RegExp and so you will need to escape some chars, e.g. `blacklist(input, '\\[\\]')`.
**escape(input)** | replace `<`, `>`, `&`, `'`, `"` and `/` with HTML entities.
Expand Down

0 comments on commit 4da5957

Please sign in to comment.