Skip to content

Commit fe3b5e2

Browse files
authored
Fix typo in README
1 parent 726dc5b commit fe3b5e2

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
@@ -136,7 +136,7 @@ import { validationMetadatasToSchemas } from 'class-validator-jsonschema'
136136
// ...
137137
138138
const schemas = validationMetadatasToSchemas(metadatas, {
139-
refPointerPrefix: '#/components/schemas'
139+
refPointerPrefix: '#/components/schemas/'
140140
})
141141
142142
const spec = routingControllersToSpec(storage, routingControllerOptions, {

0 commit comments

Comments
 (0)