From fd00f2a013da74b1dac53e806be15dc6adf92617 Mon Sep 17 00:00:00 2001 From: Ayush Srivastava Date: Sun, 20 Apr 2025 20:43:13 +0530 Subject: [PATCH] Update README.md Signed-off-by: Ayush Srivastava --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index adec5c8a..fe26d251 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,7 @@ The project aims to bridge the gap between OpenAPI specifications and Swift's DocC documentation framework by developing a tool that automates the generation of DocC documentation from OpenAPI files. -## Overview - -OpenAPI is the industry standard for documenting HTTP services, but Swift developers are already familiar with DocC for their Swift and Objective-C API documentation. This project bridges that gap by converting OpenAPI specifications into a format that DocC can understand and render. - -![2048](https://github.com/user-attachments/assets/f9a751be-9d2f-43f0-8346-04af7edaea57) +![Screenshot 2025-04-20 at 8 42 01 PM](https://github.com/user-attachments/assets/453e95be-141e-422b-b53d-67834d3413aa) ## Project Structure