From 27f7490b7e27065e3eb00b11712e836baf72ab66 Mon Sep 17 00:00:00 2001 From: Xianglin Gao Date: Wed, 4 Jan 2017 16:33:42 +0800 Subject: [PATCH] Add badge for Go Report Card Signed-off-by: Xianglin Gao --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c37932db..ec9b44ed 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ -## runc [![Build Status](https://travis-ci.org/opencontainers/runc.svg?branch=master)](https://travis-ci.org/opencontainers/runc) +# runc + +[![Build Status](https://travis-ci.org/opencontainers/runc.svg?branch=master)](https://travis-ci.org/opencontainers/runc) +[![Go Report Card](https://goreportcard.com/badge/github.com/opencontainers/runc)](https://goreportcard.com/report/github.com/opencontainers/runc) + +## Introduction `runc` is a CLI tool for spawning and running containers according to the OCI specification.