Updated docs

This commit is contained in:
giomba 2018-12-22 18:39:38 +01:00
parent 62c9be6a0d
commit 2af92de8b4
1 changed files with 1 additions and 3 deletions

View File

@ -4,10 +4,8 @@
# GET me using a web browser, # GET me using a web browser,
# executing my code with a Python interpreter called by a CGI-compliant webserver! # executing my code with a Python interpreter called by a CGI-compliant webserver!
# Example URI: # Example URI:
# http://www.example.org/path/main.py?format=format&title=title&author=author # http://www.example.org/path/main.py?title=title&author=author
# where: # where:
# format:
# choose output format. Can be either `json` or `html` (default)
# title: # title:
# title of the book to filter (optional) # title of the book to filter (optional)
# author: # author: