Skip to content

Commit 0480dc0

Browse files
Update README.md
replace hash with slashes to be consistent with the whole document.
1 parent f50d847 commit 0480dc0

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
@@ -138,7 +138,7 @@ Schemas.Posts = new SimpleSchema({
138138
},
139139
pictures: {
140140
type: Array,
141-
label: 'Choose file' # optional
141+
label: 'Choose file' // <- Optional
142142
},
143143
"pictures.$": {
144144
type: String,

0 commit comments

Comments
 (0)