Skip to content

Commit cfe5f02

Browse files
small fixes in readme
1 parent ca31841 commit cfe5f02

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,41 +112,41 @@ Optional parameters:
112112
* min: number
113113
* max: number
114114

115-
### type: int
115+
### "type": "int"
116116

117117
The entry must be an integer number, and optionally within a given range.
118118

119119
Optional parameters:
120120
* min: number
121121
* max: number
122122

123-
### type: file
123+
### "type": "file"
124124

125125
The entry must contain a valid path to a file that exists on the filesystem. Optionally, it is possible to specify valid extensions as a list of strings.
126126

127127
Optional parameters:
128128
* extensions: [".txt",".msh"]
129129

130-
### type: folder
130+
### "type": "folder"
131131

132132
The entry must contain a valid path to a folder that exists on the filesystem.
133133

134-
### type: string
134+
### "type": "string"
135135

136136
The entry must be a string. Optionally, it is possible to restrict the valid strings to a set of predefined ones.
137137

138138
Optional parameters:
139139
* options: ["these","are","options"]
140140

141-
### type: list
141+
### "type": "list"
142142

143143
The entry must be a list. Optionally, it is possible to restrict the lenght of the list.
144144

145145
Optional parameters:
146146
* min: minimal size
147147
* max: maximal size
148148

149-
### type: bool
149+
### "type": "bool"
150150

151151
The entry must be a boolean value.
152152

0 commit comments

Comments
 (0)