README.md in kramdown-service-0.0.1 vs README.md in kramdown-service-0.1.0
- old
+ new
@@ -9,32 +9,24 @@
## Usage - Web Service / HTTP (JSON) API - `GET /markdown`
Try the `markdown` HTTP (JSON) API running
on Heroku [`trykramdown.herokuapp.com`](http://trykramdown.herokuapp.com).
+
Example 1 - Converting to Hypertext (HTML):
GET /markdown?text=Hello+World!
<p>Hello World!</p>
Example 2 - Converting to LaTeX:
- GET /markdown?text=Hello+World!&format=latex
+ GET /markdown?text=Hello+World!&to=latex
Hello World!
-<!-- todo/check:
- - use format or output ??? for parameter
- -->
-
-
-## Dependencies / Building Blocks
-
-[Markdown Note](https://github.com/writekit/markdown-note) - Another simple single-page, server-less Markdown editor
-in JavaScript & Hypertext.
## License
The `kramdown-service` scripts are dedicated to the public domain.