Add a README for the example

This commit is contained in:
Alp Mestanogullari 2014-11-25 17:57:11 +01:00
parent 52c24c8b35
commit d36f27a5be

2
example/README.md Normal file
View File

@ -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.