From dddd15108e1529cf733ee2ab1a30d98d41802f60 Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Wed, 22 Mar 2017 09:37:31 +0000 Subject: [PATCH] Highlight blog link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d17115e7..2407a8fd 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ FaaS is a platform for building serverless functions on Docker Swarm Mode with f * Each container has a watchdog process that hosts a web server allowing a JSON post request to be forwarded to a desired process via STDIN. The response is sent to the caller via STDOUT. * A gateway provides a view to the containers/functions to the public Internet and collects metrics for Prometheus and will manage replicas and auto-scale as throughput increases. -> [Read the story on my blog](http://blog.alexellis.io/functions-as-a-service/) or find out more below. +> ### [Read the story of FaaS on my blog](http://blog.alexellis.io/functions-as-a-service/) or find out more about the project below. [![Build Status](https://travis-ci.org/alexellis/faas.svg?branch=master)](https://travis-ci.org/alexellis/faas)