Skip to content

Commit

Permalink
chore: badge reordering
Browse files Browse the repository at this point in the history
  • Loading branch information
krak3n committed May 10, 2020
1 parent b94b708 commit 9a0144e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# 💡GoFig

[![Workflow Status][workflow-image]][workflow-url]
[![Go Version][goversion-image]][goversion-url]
[![Documentation][doc-image]][doc-url]
[![Workflow Status][workflow-image]][workflow-url]
[![Go Report Card][report-image]][report-url]

GoFig is a configuration loading library for Go. It aims to provide a simple, flexible and
Expand Down
2 changes: 1 addition & 1 deletion parsers/env/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Environment Variable Parser

[![Workflow Status][workflow-image]][workflow-url]
[![Go Version][goversion-image]][goversion-url]
[![Example][playground-image]][playground-url]
[![Documentation][doc-image]][doc-url]
[![Workflow Status][workflow-image]][workflow-url]

This parser loads configuration from OS Environment Variables.

Expand Down
2 changes: 1 addition & 1 deletion parsers/json/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# JSON Parser

[![Workflow Status][workflow-image]][workflow-url]
[![Go Version][goversion-image]][goversion-url]
[![Example][playground-image]][playground-url]
[![Documentation][doc-image]][doc-url]
[![Workflow Status][workflow-image]][workflow-url]

This parser loads `json` formatted configuration from an `io.ReadCloser`.

Expand Down
2 changes: 1 addition & 1 deletion parsers/toml/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# TOML Parser

[![Workflow Status][workflow-image]][workflow-url]
[![Go Version][goversion-image]][goversion-url]
[![Example][playground-image]][playground-url]
[![Documentation][doc-image]][doc-url]
[![Workflow Status][workflow-image]][workflow-url]

This parser loads `toml` formatted configuration from an `io.ReadCloser`.

Expand Down
2 changes: 1 addition & 1 deletion parsers/yaml/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# YAML Parser

[![Workflow Status][workflow-image]][workflow-url]
[![Go Version][goversion-image]][goversion-url]
[![Example][playground-image]][playground-url]
[![Documentation][doc-image]][doc-url]
[![Workflow Status][workflow-image]][workflow-url]

This parser loads `yaml` formatted configuration from an `io.ReadCloser`.

Expand Down

0 comments on commit 9a0144e

Please sign in to comment.