Skip to content

Commit 441b817

Browse files
authored
Update README.rst
1 parent d948023 commit 441b817

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ Introduction
2121
JSON (`JavaScript Object Notation <http://www.json.org/>`_) is a highly portable,
2222
human-readable and " `fat-free <http://en.wikipedia.org/wiki/JSON>`_" text format
2323
to represent complex and hierarchical data. It is as powerful as
24-
`XML<http://en.wikipedia.org/wiki/XML>`_, but less verbose. JSON format is widely
24+
`XML <http://en.wikipedia.org/wiki/XML>`_, but less verbose. JSON format is widely
2525
used for data-exchange in applications, and is essential for the wild success
26-
of (programming) `Ajax<http://en.wikipedia.org/wiki/Ajax_>`_ and
27-
`Web2.0<http://en.wikipedia.org/wiki/Web_2.0>`_.
26+
of (programming) `Ajax <http://en.wikipedia.org/wiki/Ajax_>`_ and
27+
`Web2.0 <http://en.wikipedia.org/wiki/Web_2.0>`_.
2828

2929
UBJSON (Universal Binary JSON) is a binary JSON format, specifically
3030
optimized for compact file size and better performance while keeping

0 commit comments

Comments
 (0)