diff --git a/README.md b/README.md index b9bc0bf..6c9a47d 100644 --- a/README.md +++ b/README.md @@ -177,7 +177,7 @@ re.search(, text) {:.max_width} # '' ``` ```python -{:max_widht.min_width} # ' ' +{:max_width.min_width} # ' ' {:max_width.no_of_decimalsf} # ' 3.14' ``` @@ -696,7 +696,7 @@ import urllib ### Run ```python bottle.run(host='localhost', port=8080) -bottle.run(host='0.0.0.0', port=80, server='cherypy') +bottle.run(host='0.0.0.0', port=80, server='cherrypy') ``` ### Static request