From e48c7fbdadf14a548dcbda32895b67f90fa0f12b Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 13 Mar 2016 15:07:38 +0200 Subject: [PATCH] - Corrected README. --- README.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.rst b/README.rst index d960903..8631937 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,6 @@ Shell lint pre-commit hook ########################## -Shell lint pr Shell lint `pre-commit <http://pre-commit.com/>`_ hook. The hook runs :code:`/bin/sh -en` against found shell scripts. @@ -10,7 +9,7 @@ Usage Add the following to your :code:`.pre-commit-config.yaml`: -.. :code: yaml +.. code:: yaml - repo: https://www.shore.co.il/git/shell-pre-commit/ sha: v0.1.0 -- GitLab