Skip to content

Commit 0a5540e

Browse files
author
Phil Sturgeon
committed
missing attribution
1 parent d16a882 commit 0a5540e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ See `test/pattern_properties.test.js` for examples how this works.
126126
OpenAPI parameters can be converted:
127127

128128
```js
129-
var toJsonSchema = require('openapi-schema-to-json-schema').fromParameter;
129+
var toJsonSchema = require('@openapi-contrib/openapi-schema-to-json-schema').fromParameter;
130130

131131
var param = {
132132
name: 'parameter name',
@@ -187,3 +187,10 @@ would be converted to:
187187
}
188188
}
189189
```
190+
191+
## Thanks
192+
193+
- [mikunn][] for origionally creating this package.
194+
- [All Contributors][link-contributors]
195+
196+
[link-contributors]: https://github.com/openapi-contrib/openapi-schema-to-json-schema/graphs/contributors

0 commit comments

Comments
 (0)