Skip to content

Commit ee94a0a

Browse files
authored
Added space between badges and changed colour of license badge
1 parent 5a902b5 commit ee94a0a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
CircularBuffer
22
===========
33

4-
[![Actions Status](https://github.com/vinitjames/circularbuffer_CPP/workflows/Build%20and%20Test/badge.svg)](https://github.com/vinitjames/circularbuffer_CPP/actions)
5-
6-
[![MIT License](https://img.shields.io/github/license/vinitjames/circularbuffer)](https://github.com/vinitjames/circularbuffer/blob/master/LICENSE)
4+
[![Actions Status](https://github.com/vinitjames/circularbuffer_CPP/workflows/Build%20and%20Test/badge.svg)](https://github.com/vinitjames/circularbuffer_CPP/actions)   [![MIT License](https://img.shields.io/github/license/vinitjames/circularbuffer?color=blue)](https://github.com/vinitjames/circularbuffer/blob/master/LICENSE)
75
## About
86
circularbuffer_CPP is a simple, general purpose STL style [circularbuffer](https://en.wikipedia.org/wiki/Circular_buffer) implementation in C++.
97

0 commit comments

Comments
 (0)