diff --git a/README.md b/README.md index 5659ae5..e5e2c3a 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,12 @@ # whoami [![Docker Pulls](https://img.shields.io/docker/pulls/containous/whoami.svg)](https://hub.docker.com/r/containous/whoami/) +[![Build Status](https://travis-ci.com/containous/whoami.svg?branch=master)](https://travis-ci.com/containous/whoami) Tiny Go webserver that prints os information and HTTP request to output ## Usage -### Flags - -- `cert`: give me a certificate. -- `key`: give me a key. -- `port`: give me a port number. (default: 80) - ### Paths - `/data?size=n`: creates a response with a size `n`. @@ -23,6 +18,12 @@ Tiny Go webserver that prints os information and HTTP request to output - `GET`, `HEAD`, ...: returns a response with the status code defined by the `POST` - `POST`: changes the status code of the `GET` (`HEAD`, ...) response. +### Flags + +- `cert`: give me a certificate. +- `key`: give me a key. +- `port`: give me a port number. (default: 80) + ## Examples ```console