Skip to content

Commit

Permalink
Fixing rst problems
Browse files Browse the repository at this point in the history
  • Loading branch information
pylover committed May 27, 2018
1 parent f73a174 commit 8f04e5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -143,7 +143,7 @@ Config File

Create a ``demo.yml`` file. The file below is same as the default configuration.

.. code-block:: yml
.. code-block:: yaml
debug: true
Expand Down
2 changes: 1 addition & 1 deletion nanohttp/__init__.py
Expand Up @@ -11,4 +11,4 @@
from .configuration import settings, configure
from .application import Application

__version__ = '0.27.2'
__version__ = '0.27.3'

0 comments on commit 8f04e5c

Please sign in to comment.