diff --git a/README.md b/README.md index 07ca81f..6d5359d 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,12 @@ $ pip install httpbin $ gunicorn httpbin:app ``` +Or run it directly: + +```bash +$ python -m httpbin.core +``` + ## Changelog * 0.2.0: Added an XML endpoint. Also fixes several bugs with unicode, CORS headers, digest auth, and more.