From 83b3a75f11a6360d9fd1ea03794ce8106fe5a7ec Mon Sep 17 00:00:00 2001
From: Nancy-Chauhan <nancychn1@gmail.com>
Date: Sun, 16 Jun 2019 17:59:51 +0530
Subject: [PATCH] README: Add missing triple back quote

---
 README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index b1f1609a..afe94f83 100644
--- a/README.md
+++ b/README.md
@@ -189,10 +189,11 @@ from swh.lister.gnu.tasks import gnu_lister
 
 logging.basicConfig(level=logging.DEBUG)
 gnu_lister()
+```
 
 ## lister-cran
 
-Once configured, you can execute a RCRAN lister using the following instructions in a `python3` script:
+Once configured, you can execute a CRAN lister using the following instructions in a `python3` script:
 
 ```lang=python
 import logging
@@ -215,4 +216,4 @@ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 PARTICULAR PURPOSE.  See the GNU General Public License for more details.
 
 See top-level LICENSE file for the full text of the GNU General Public License
-along with this program.
\ No newline at end of file
+along with this program.
-- 
GitLab