Skip to content
This repository was archived by the owner on Jan 16, 2020. It is now read-only.

Commit fbbacc2

Browse files
2 parents a39c1ff + 6b1b886 commit fbbacc2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
A package for objects validations using javascript.
33

44

5-
##Demo
5+
## Demo
66

77
```js
88
const {Scope, InvalidParam} = require('node-schema-validator');
@@ -98,7 +98,7 @@ try {
9898
}
9999
```
100100

101-
##Response exemplo
101+
## Response exemplo
102102

103103
```js
104104
[
@@ -110,7 +110,7 @@ try {
110110
]
111111
```
112112

113-
##Functions
113+
## Functions
114114

115115
#### Required
116116
#### minSize

0 commit comments

Comments
 (0)