From fd29b760d916921b67ff4a215f03cee1d11d8707 Mon Sep 17 00:00:00 2001 From: Travis Reeder Date: Wed, 12 Oct 2016 01:37:56 -0700 Subject: [PATCH] Minor: formatting. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0438f348..3ff8c3513 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ To get started quickly with IronFunctions, you can just fire up an `iron/functio docker run --rm --name functions --privileged -it -v $PWD/data:/app/data -p 8080:8080 iron/functions ``` -** Note**: A list of configurations via env variables can be found [here](docs/api.md).* +**Note**: A list of configurations via env variables can be found [here](docs/api.md).* ## Using Functions