From 8addbced7a8546259ec0b0675b38403c2178d46a Mon Sep 17 00:00:00 2001 From: SamWarden Date: Fri, 9 Dec 2022 14:38:19 +0300 Subject: [PATCH] Fix underlines for titles in README --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 0b30d34..98f1683 100644 --- a/README.rst +++ b/README.rst @@ -9,7 +9,7 @@ This library is inspired by the `MediatR `_ and follows CQRS principles Installation -====== +============ Didiator is available on pypi: https://pypi.org/project/didiator @@ -25,7 +25,7 @@ Examples You can find examples in `this folder `_ Create Commands and Queries with handlers for them -~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code-block:: python