From d5f1fa00722a45765a782f2a1821be7c77366b6b Mon Sep 17 00:00:00 2001 From: Matthew Rodusek Date: Mon, 8 Aug 2016 01:42:33 -0400 Subject: [PATCH] Reordered shields --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 05d56c7..c0884d6 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Lazy -[![Tested Compilers](https://img.shields.io/badge/compilers-gcc%20%7C%20clang-brightgreen.svg)](#tested-compilers) [![Build Status](https://travis-ci.org/bitwizeshift/Lazy.svg?branch=master)](https://travis-ci.org/bitwizeshift/Lazy) +[![Github Issues](https://img.shields.io/github/issues/bitwizeshift/Lazy.svg)](http://github.com/bitwizeshift/Lazy/issues) +[![Tested Compilers](https://img.shields.io/badge/compilers-gcc%20%7C%20clang-blue.svg)](#tested-compilers) [![Documentation](https://img.shields.io/badge/docs-doxygen-blue.svg)](http://bitwizeshift.github.io/Lazy) [![GitHub License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/bitwizeshift/Lazy/master/LICENSE.md) [![Github Releases](https://img.shields.io/github/release/bitwizeshift/Lazy.svg)](https://github.com/bitwizeshift/Lazy/releases) -[![Github Issues](https://img.shields.io/github/issues/bitwizeshift/Lazy.svg)](http://github.com/bitwizeshift/Lazy/issues) ## What is `Lazy`?