Skip to content

Commit ea62646

Browse files
committed
update readme
1 parent 7fa6723 commit ea62646

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
[![GoDevDoc](https://img.shields.io/badge/dev-doc-00ADD8?logo=go)](https://pkg.go.dev/github.com/fourcels/rest)
44

5-
Inspired by [`swaggest/rest`](https://github.com/swaggest/rest)
5+
Inspired by [swaggest/rest](https://github.com/swaggest/rest)
66

77
## Features
88

9-
- Built with [`echo`](https://github.com/labstack/echo).
9+
- Built with [echo](https://github.com/labstack/echo).
1010
- Automatic OpenAPI 3 documentation with
11-
[`openapi-go`](https://github.com/swaggest/openapi-go).
11+
[openapi-go](https://github.com/swaggest/openapi-go).
1212
- Automatic request JSON schema validation with
13-
[`jsonschema-go`](https://github.com/swaggest/jsonschema-go),
14-
[`jsonschema`](https://github.com/santhosh-tekuri/jsonschema).
13+
[jsonschema-go](https://github.com/swaggest/jsonschema-go),
14+
[jsonschema](https://github.com/santhosh-tekuri/jsonschema).
1515
- Embedded [Swagger UI](https://swagger.io/tools/swagger-ui/).
1616

1717
## Usage

0 commit comments

Comments
 (0)