From f8dedcaa1e2120d511766c63946690716ced335e Mon Sep 17 00:00:00 2001 From: Kyber Date: Mon, 22 Jan 2018 15:55:29 +1100 Subject: [PATCH] Typo in readme? --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 7f8ba439..01801ddd 100644 --- a/README.rst +++ b/README.rst @@ -33,7 +33,7 @@ Installation - ``pip install sanic`` -To install sanic without uvloop or json using bash, you can provide either or both of these environmental variables +To install sanic without uvloop or ujson using bash, you can provide either or both of these environmental variables using any truthy string like `'y', 'yes', 't', 'true', 'on', '1'` and setting the NO_X to true will stop that features installation.