diff --git a/examples/miniapps/aiohttp/README.rst b/examples/miniapps/aiohttp/README.rst index 70156b17..bb56fe2b 100644 --- a/examples/miniapps/aiohttp/README.rst +++ b/examples/miniapps/aiohttp/README.rst @@ -1,9 +1,11 @@ -Dependency Injector + Aiohttp Example +Aiohttp + Dependency Injector Example ===================================== -Application ``giphynavigator`` is an `Aiohttp `_ + +This is an `Aiohttp `_ + `Dependency Injector `_ example application. +The example application is a REST API that searches for funny GIFs on the `Giphy `_. + Run --- diff --git a/examples/miniapps/django/README.rst b/examples/miniapps/django/README.rst index 2f43d9b9..eeac0b97 100644 --- a/examples/miniapps/django/README.rst +++ b/examples/miniapps/django/README.rst @@ -1,9 +1,11 @@ Django + Dependency Injector Example ==================================== -Application ``githubnavigator`` is a `Django `_ + +This is a `Django `_ + `Dependency Injector `_ example application. +The example application helps to search for repositories on the Github. + .. image:: screenshot.png Run diff --git a/examples/miniapps/flask/README.rst b/examples/miniapps/flask/README.rst index 260a95d2..7bbd5d99 100644 --- a/examples/miniapps/flask/README.rst +++ b/examples/miniapps/flask/README.rst @@ -1,9 +1,11 @@ -Dependency Injector + Flask Example +Flask + Dependency Injector Example =================================== -Application ``githubnavigator`` is a `Flask `_ + +This is a `Flask `_ + `Dependency Injector `_ example application. +The example application helps to search for repositories on the Github. + .. image:: screenshot.png Run diff --git a/examples/miniapps/sanic/README.rst b/examples/miniapps/sanic/README.rst index 13d0ebdf..4e95e59b 100644 --- a/examples/miniapps/sanic/README.rst +++ b/examples/miniapps/sanic/README.rst @@ -1,9 +1,11 @@ -Dependency Injector + Sanic Example -===================================== +Sanic + Dependency Injector Example +=================================== -Application ``giphynavigator`` is a `Sanic `_ + +This is a `Sanic `_ + `Dependency Injector `_ example application. +The example application is a REST API that searches for funny GIFs on the `Giphy `_. + Run ---