Skip to content

Commit 579fddf

Browse files
Update README.md
1 parent f935b13 commit 579fddf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# GO Feature Flag - OpenFeature Swift provider
2-
<center>
3-
[![CI](https://github.com/go-feature-flag/openfeature-swift-provider/actions/workflows/swift.yaml/badge.svg)](https://github.com/go-feature-flag/openfeature-swift-provider/actions/workflows/swift.yaml)
4-
[![codecov](https://codecov.io/gh/go-feature-flag/openfeature-swift-provider/graph/badge.svg?token=G6BAIREGQN)](https://codecov.io/gh/go-feature-flag/openfeature-swift-provider)
5-
[![GitHub Release](https://img.shields.io/github/v/release/go-feature-flag/openfeature-swift-provider?label=release&display_name=tag&logo=Swift)](https://github.com/go-feature-flag/openfeature-swift-provider/releases)
6-
</center>
2+
<p align="center">
3+
<a href="https://github.com/go-feature-flag/openfeature-swift-provider/actions/workflows/swift.yaml"><img src="https://github.com/go-feature-flag/openfeature-swift-provider/actions/workflows/swift.yaml/badge.svg" alt="CI"></a>
4+
<a href="https://codecov.io/gh/go-feature-flag/openfeature-swift-provider"><img src="https://codecov.io/gh/go-feature-flag/openfeature-swift-provider/graph/badge.svg?token=G6BAIREGQN" alt="codecov"></a>
5+
<a href="https://github.com/go-feature-flag/openfeature-swift-provider/releases"><img src="https://img.shields.io/github/v/release/go-feature-flag/openfeature-swift-provider?label=Package%20version&amp;display_name=tag&amp;logo=Swift" alt="GitHub Release"></a>
6+
</p>
77

8-
This repository contains the official Swift OpenFeature provider for accessing your feature flags with [**GO Feature Flag**](https://gofeatureflag.org).
8+
This repository contains the official Swift OpenFeature provider for accessing your feature flags with [GO Feature Flag](https://gofeatureflag.org).
99

1010
In conjuction with the [OpenFeature SDK](https://openfeature.dev/docs/reference/concepts/provider) you will be able to evaluate your feature flags in your **iOS**/**tvOS**/**macOS** applications.
1111

0 commit comments

Comments
 (0)