From d1dfcb8c7dcb561f1208b08c35bd052712ac8157 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20D=C3=ADaz?= Date: Wed, 5 Apr 2017 23:07:12 -0600 Subject: [PATCH] Small readme update. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad78f03..5047c11 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,8 @@ Beau, is a CLI that executes HTTP requests based on a YAML configuration file. T ## Example Configuration File - VERSION: 1 - HOST: https://example.com/api/ + version: 1 + host: https://example.com/api/ POST /session: ALIAS: session