diff --git a/README.md b/README.md index a1a9d83..6bb6654 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
- + Beau's Logo is a Seahorse

Beau

@@ -15,7 +15,9 @@ Beau is a modern http client. It uses a YAML file as configuration allowing you to test APIs without having to write lengthy commands. -![A Gif showing how beau works](http://files.martianwabbit.com/beau2.gif) +
+ A gif showing how beau works. +
## Installation @@ -39,8 +41,7 @@ endpoint: https://httpbin.org/ POST /anything: alias: anything payload: - username: sergio - password: password1 + hello: world ``` ``` @@ -52,8 +53,7 @@ Status Endpoint { ... json: { - password: "password1", - username: "sergio" + hello: "world" }, method: "POST", url: "https://httpbin.org/anything" diff --git a/media/beau.png b/media/beau.png new file mode 100644 index 0000000..391d6a3 Binary files /dev/null and b/media/beau.png differ diff --git a/media/usage.gif b/media/usage.gif new file mode 100644 index 0000000..c123b3b Binary files /dev/null and b/media/usage.gif differ