From e6a059750bf10ea8b266130b1ad631e20e313931 Mon Sep 17 00:00:00 2001 From: Dave Shanley Date: Wed, 4 Jan 2023 10:27:44 -0500 Subject: [PATCH] updated readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 34c458d..51ec0f1 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,13 @@ Want a lightning fast way to look up any element in an OpenAPI swagger spec? **` Need a way to 'resolve' OpenAPI documents that are exploded out across multiple files, remotely or locally? **`libopenapi` has you covered**. -> **Read the full docs at [https://pkg.go.dev](https://pkg.go.dev/github.com/pb33f/libopenapi)** +--- +### Quick-start tutorial + +👀 **Get rolling fast using `libopenapi` with the +[Parsing OpenAPI files using go](https://quobix.com/articles/parsing-openapi-using-go/)** guide 👀 + +> Read the full docs at [https://pkg.go.dev](https://pkg.go.dev/github.com/pb33f/libopenapi) ---