Skip to content

Commit 415a8ae

Browse files
authored
Merge pull request #33 from tuananh/patch-1
fix: markdown url in readme
2 parents f284472 + 9a08bf6 commit 415a8ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ $ pip install rejson
6969

7070
## Encoding/Decoding
7171

72-
rejson-py uses Python's (json)[https://docs.python.org/2/library/json.html].
72+
rejson-py uses Python's [json](https://docs.python.org/2/library/json.html).
7373
The client can be set to use custom encoders/decoders at creation, or by calling
7474
explicitly the [setEncoder()](./API.md#setencoder) and
7575
[setDecoder()](./API.md#setencoder) methods, respectively.

0 commit comments

Comments
 (0)