Skip to content

Commit 63df2de

Browse files
committed
fix readme typo
1 parent 64f98c0 commit 63df2de

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -457,11 +457,11 @@ where ``jd.loadt()`` function loads a text-based JSON file, performs
457457
JData decoding and converts the enclosed data into Python ``dict``, ``list``
458458
and ``numpy`` objects. Similarly, ``jd.loadb()`` function loads a binary
459459
JData/UBJSON file and performs similar conversions. One can directly call
460-
``jd.load()`` to open JSONLab (and derived toolboxes such as jnifti:
461-
https://github.com/fangq/jnifti or jsnirfy: https://github.com/fangq/jsnirfy)
460+
``jd.load()`` to open JSONLab (and derived toolboxes such as **jnifti**:
461+
https://github.com/fangq/jnifti or **jsnirfy**: https://github.com/fangq/jsnirfy)
462462
generated files based on their respective file suffix.
463463

464-
Similarly, the ``jb.savet()``, ``jb.saveb()`` and ``jb.save`` functions
464+
Similarly, the ``jd.savet()``, ``jd.saveb()`` and ``jd.save`` functions
465465
can revert the direction and convert a Python/Numpy object into JData encoded
466466
data structure and store as text-, binary- and suffix-determined output files,
467467
respectively.

README.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -399,11 +399,11 @@ where `jd.loadt()` function loads a text-based JSON file, performs
399399
JData decoding and converts the enclosed data into Python `dict`, `list`
400400
and `numpy` objects. Similarly, `jd.loadb()` function loads a binary
401401
JData/UBJSON file and performs similar conversions. One can directly call
402-
`jd.load()` to open JSONLab (and derived toolboxes such as jnifti:
403-
https://github.com/fangq/jnifti or jsnirfy: https://github.com/fangq/jsnirfy)
402+
`jd.load()` to open JSONLab (and derived toolboxes such as '''jnifti''':
403+
https://github.com/fangq/jnifti or '''jsnirfy''': https://github.com/fangq/jsnirfy)
404404
generated files based on their respective file suffix.
405405

406-
Similarly, the `jb.savet()`, `jb.saveb()` and `jb.save` functions
406+
Similarly, the `jd.savet()`, `jd.saveb()` and `jd.save` functions
407407
can revert the direction and convert a Python/Numpy object into JData encoded
408408
data structure and store as text-, binary- and suffix-determined output files,
409409
respectively.

0 commit comments

Comments
 (0)