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.