diff --git a/README.rst b/README.rst
index 25f1bab22ec8fe9623116e1327b54a1b8e558bd6..e432ae999bdda5938b601ce5b9bc54f84f6b38b9 100644
--- a/README.rst
+++ b/README.rst
@@ -457,11 +457,11 @@ where ``jd.loadt()`` function loads a text-based JSON file, performs
 JData decoding and converts the enclosed data into Python ``dict``, ``list`` 
 and ``numpy`` objects. Similarly, ``jd.loadb()`` function loads a binary 
 JData/UBJSON file and performs similar conversions. One can directly call
-``jd.load()`` to open JSONLab (and derived toolboxes such as jnifti: 
-https://github.com/fangq/jnifti or jsnirfy: https://github.com/fangq/jsnirfy) 
+``jd.load()`` to open JSONLab (and derived toolboxes such as **jnifti**: 
+https://github.com/fangq/jnifti or **jsnirfy**: https://github.com/fangq/jsnirfy) 
 generated files based on their respective file suffix.
 
-Similarly, the ``jb.savet()``, ``jb.saveb()`` and ``jb.save`` functions
+Similarly, the ``jd.savet()``, ``jd.saveb()`` and ``jd.save`` functions
 can revert the direction and convert a Python/Numpy object into JData encoded
 data structure and store as text-, binary- and suffix-determined output files,
 respectively.
diff --git a/README.txt b/README.txt
index 38545f0752921db6b8960c8e87966cf882c90a40..2ecdef02a8e4d29a317ff7bff10667cb772394a0 100644
--- a/README.txt
+++ b/README.txt
@@ -399,11 +399,11 @@ where `jd.loadt()` function loads a text-based JSON file, performs
 JData decoding and converts the enclosed data into Python `dict`, `list` 
 and `numpy` objects. Similarly, `jd.loadb()` function loads a binary 
 JData/UBJSON file and performs similar conversions. One can directly call
-`jd.load()` to open JSONLab (and derived toolboxes such as jnifti: 
-https://github.com/fangq/jnifti or jsnirfy: https://github.com/fangq/jsnirfy) 
+`jd.load()` to open JSONLab (and derived toolboxes such as '''jnifti''': 
+https://github.com/fangq/jnifti or '''jsnirfy''': https://github.com/fangq/jsnirfy) 
 generated files based on their respective file suffix.
 
-Similarly, the `jb.savet()`, `jb.saveb()` and `jb.save` functions
+Similarly, the `jd.savet()`, `jd.saveb()` and `jd.save` functions
 can revert the direction and convert a Python/Numpy object into JData encoded
 data structure and store as text-, binary- and suffix-determined output files,
 respectively.