fix wrong language type for code-blocks

This commit is contained in:
Rasmus Steinke
2018-07-21 08:05:37 +02:00
parent b34fd905c8
commit cf85fcec79
2 changed files with 44 additions and 44 deletions

View File

@@ -41,13 +41,13 @@ MPD sources are managed in a git repository on
Always write your code against the latest git:
.. code-block:: ascii
.. code-block:: none
git clone git://github.com/MusicPlayerDaemon/MPD
If you already have a clone, update it:
.. code-block:: ascii
.. code-block:: none
git pull --rebase git://github.com/MusicPlayerDaemon/MPD master