Remove erroneous backtick

pull/422/head
Evert Rol 2018-10-03 11:13:25 +02:00
rodzic 79a0608d52
commit 86c97d6e7b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -113,7 +113,7 @@ used for your R installation.
=========================================================
A script that can contain arbitrary commands to be run after the whole repository has been built. If you
want this to be a shell script, make sure the first line is ```#!/bin/bash``.
want this to be a shell script, make sure the first line is ``#!/bin/bash``.
An example use-case of ``postBuild`` file is JupyterLab's demo on mybinder.org.
It uses a ``postBuild`` file in a folder called ``binder`` to `prepare