Skip to content

Commit 9b7df5c

Browse files
committed
docs: Update README.md to enhance formatting and visibility of project badges
Signed-off-by: Eden Reich <eden.reich@gmail.com>
1 parent 2176bf0 commit 9b7df5c

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
1+
<div align="center">
2+
13
# A2A CLI
24

3-
A command-line interface for generating production-ready A2A (Agent-to-Agent) servers from Agent Definition Language (ADL) files.
5+
*A command-line interface for generating production-ready A2A (Agent-to-Agent) servers from Agent Definition Language (ADL) files.*
6+
7+
[![Go Version](https://img.shields.io/badge/go-1.21+-blue.svg?style=flat-square&logo=go)](https://golang.org)
8+
[![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat-square)](LICENSE)
9+
[![Build Status](https://img.shields.io/github/actions/workflow/status/inference-gateway/a2a-cli/ci.yml?style=flat-square&logo=github)](https://github.com/inference-gateway/a2a-cli/actions)
10+
[![Go Report Card](https://goreportcard.com/badge/github.com/inference-gateway/a2a-cli?style=flat-square)](https://goreportcard.com/report/github.com/inference-gateway/a2a-cli)
11+
[![Release](https://img.shields.io/github/v/release/inference-gateway/a2a-cli?style=flat-square&logo=github)](https://github.com/inference-gateway/a2a-cli/releases)
412

5-
[![Go Version](https://img.shields.io/badge/go-1.21+-blue.svg)](https://golang.org)
6-
[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
13+
</div>
714

815
## Overview
916

0 commit comments

Comments
 (0)