Skip to content

Commit 3f2cd5d

Browse files
mishak87smyrman
authored andcommitted
Update jsonschema import path in example
1 parent efd3eb5 commit 3f2cd5d

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
@@ -1609,7 +1609,7 @@ It is possible to convert a schema to [JSON Schema](http://json-schema.org/) wit
16091609
Example usage:
16101610
16111611
```go
1612-
import "github.com/rs/rest-layer/schema/jsonschema"
1612+
import "github.com/rs/rest-layer/schema/encoding/jsonschema"
16131613

16141614
b := new(bytes.Buffer)
16151615
enc := jsonschema.NewEncoder(b)

0 commit comments

Comments
 (0)