From e38f60ae05bacc86755e7cfca44f34ee31f3771d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Abdelkader=20Mart=C3=ADnez=20P=C3=A9rez?= Date: Mon, 27 Jan 2020 18:46:15 +0100 Subject: [PATCH] Detailed instructions --- examples/advanced/01_DocumentConverter/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/examples/advanced/01_DocumentConverter/README.md b/examples/advanced/01_DocumentConverter/README.md index 0a31034..3f376cd 100644 --- a/examples/advanced/01_DocumentConverter/README.md +++ b/examples/advanced/01_DocumentConverter/README.md @@ -11,4 +11,9 @@ $ kapow server DocumentConverter.pow ## How to consume it -Visit http://localhost:8080/ from your web browser. +1. Visit http://localhost:8080/ from your web browser. +1. Select and input format. E.g. Markdown +1. Select and output format. E.g. HTML +1. Select a file from your disk. E.g. README.md +1. Press "Convert!" +1. Enjoy!