Skip to content

Commit 93062ce

Browse files
authored
Update README.rst
1 parent 2186bf7 commit 93062ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This module consists mostly of translation tables between WL and unicode/ascii.
2323
Because of the large size of this tables, it was decided to store them in a
2424
file and read them from disk at runtime (when the module is imported). Our
2525
tests showed that storing the tables as JSON and using
26-
[ujson](https://github.com/ultrajson/ultrajson) to read them is the most
26+
`ujson <https://github.com/ultrajson/ultrajson>`_ to read them is the most
2727
efficient way to access them. However, this is merelly an implementation
2828
detail and consumers of this library should not relly on this assumption.
2929

0 commit comments

Comments
 (0)