Skip to content

Commit

Permalink
Update readme with center aligned badges
Browse files Browse the repository at this point in the history
  • Loading branch information
nicorichard authored Nov 17, 2021
1 parent 570d02e commit b6c7e6d
Showing 1 changed file with 21 additions and 6 deletions.
27 changes: 21 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,27 @@
<p align="center">
<img src="assets/Genything-icon.png" width="35%" alt="Genything" /><br/>
<h1 align="center">Genything</h1>
</p>

[![Swift](https://img.shields.io/badge/Swift-5.0+-orange?style=flat-square)](https://img.shields.io/badge/Swift-5.3_5.4_5.5-Orange?style=flat-square)
[![Platforms](https://img.shields.io/badge/Platforms-iOS_tvOS_watchOS_macOS-yellowgreen?style=flat-square)](https://img.shields.io/badge/Platforms-macOS_iOS_tvOS_watchOS_Linux_Windows-Green?style=flat-square)
[![CocoaPods Compatible](https://img.shields.io/cocoapods/v/Genything.svg)](https://cocoapods.org/pods/Genything)
[![Swift Package Manager](https://img.shields.io/badge/Swift_Package_Manager-compatible-orange?style=flat-square)](https://img.shields.io/badge/Swift_Package_Manager-compatible-orange?style=flat-square)
<h1 align="center">Genything</h1>

<p align="center">
<a href="#">
<img src="https://img.shields.io/badge/Swift-5.0+-FE8001?style=flat-square"
alt="Swift: 5.0">
</a>
<a href="#">
<img src="https://img.shields.io/badge/Platforms-iOS%20|%20tvOS%20|%20watchOS%20|%20macOS-FE8001.svg"
alt="Platforms: iOS – tvOS – watchOS – macOS">
</a>
<a href="https://cocoapods.org/pods/Genything">
<img src="https://img.shields.io/cocoapods/v/Genything.svg"
alt="Cocoapods Compatible">
</a>
<a href="#">
<img src="https://img.shields.io/badge/Swift_Package_Manager-Compatible-FE8001?style=flat-square"
alt="Swift Package Manager Compatible">
</a>
</p>

## Generate Anything

Expand Down Expand Up @@ -119,4 +134,4 @@ Please read the [Contribution Guide](./CONTRIBUTING.md)

## [License](./LICENSE)

Apache License Version 2.0, January 2004 http://www.apache.org/licenses/
Apache License Version 2.0, January 2004 http://www.apache.org/licenses/

0 comments on commit b6c7e6d

Please sign in to comment.