From 6a00ec441b64caadd542394f6607ade5290e2cd8 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 15 May 2016 13:55:41 -0700 Subject: [PATCH] Add badges for license and travis build status. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a596f97..5f8226d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Netboot, packages and utilities for network booting +[![license](https://img.shields.io/github/license/google/netboot.svg?maxAge=2592000)](https://github.com/google/netboot/blob/master/LICENSE) [![Travis](https://img.shields.io/travis/google/netboot.svg?maxAge=2592000)](https://travis-ci.org/google/netboot) + This repository contains Go implementations of network protocols used in booting machines over the network, as well as utilities that make use of those implementations.