From 10bcd51d22d321c6e7182751fc04d9d765376171 Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Thu, 5 Oct 2017 18:13:30 +0100 Subject: [PATCH] Badge --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 41e09dac..0021f3e2 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ [![Go Report Card](https://goreportcard.com/badge/github.com/openfaas/faas)](https://goreportcard.com/report/github.com/openfaas/faas) [![Build Status](https://travis-ci.org/openfaas/faas.svg?branch=master)](https://travis-ci.org/openfaas/faas) [![GoDoc](https://godoc.org/github.com/openfaas/faas?status.svg)](https://godoc.org/github.com/openfaas/faas) -![OpenFaaS](https://img.shields.io/badge/openfaas-serverless-blue.svg) +[![OpenFaaS](https://img.shields.io/badge/openfaas-serverless-blue.svg)](https://www.openfaas.com) -![OpenFaaS](https://blog.alexellis.io/content/images/2017/08/faas_side.png) +![OpenFaaS Logo](https://blog.alexellis.io/content/images/2017/08/faas_side.png) OpenFaaS (Functions as a Service) is a framework for building serverless functions with Docker which has first class support for metrics. Any process can be packaged as a function enabling you to consume a range of web events without repetitive boiler-plate coding.