diff --git a/README.md b/README.md index c2c6081..6465dd4 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,9 @@ python wsgi.py Navigate to the posted URL in your terminal to be greeted with Swagger, where you can test out the API. +![The site](docs/site.png) + + ## Running tests To run the test suite, simply pip install it and run from the root directory like so @@ -45,4 +48,5 @@ To run the test suite, simply pip install it and run from the root directory lik ``` pip install pytest pytest -``` \ No newline at end of file +``` + diff --git a/docs/site.png b/docs/site.png new file mode 100644 index 0000000..4c79605 Binary files /dev/null and b/docs/site.png differ