From 63df2deb397554dc1136d67e6a9f446c57aff912 Mon Sep 17 00:00:00 2001 From: Qianqian Fang <fangqq@gmail.com> Date: Sat, 13 Jun 2020 17:51:58 -0400 Subject: [PATCH] fix readme typo --- README.rst | 6 +++--- README.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 25f1bab..e432ae9 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 38545f0..2ecdef0 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. -- GitLab