From d36f27a5bed28f638ea868883a7f69b4bced3efe Mon Sep 17 00:00:00 2001 From: Alp Mestanogullari Date: Tue, 25 Nov 2014 17:57:11 +0100 Subject: [PATCH] Add a README for the example --- example/README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 example/README.md diff --git a/example/README.md b/example/README.md new file mode 100644 index 00000000..a787d7c7 --- /dev/null +++ b/example/README.md @@ -0,0 +1,2 @@ +- `greet.hs` shows how to write a simple webservice, run it, query it with automatically-derived haskell functions and print the (generated) markdown documentation for the API. +- `greet.md` contains the aforementionned generated documentation. \ No newline at end of file