From 6b1c9266a0612afb721c5a92d97af09f71ad6456 Mon Sep 17 00:00:00 2001 From: nickpeshek <32684995+nickpeshek@users.noreply.github.com> Date: Thu, 17 May 2018 14:30:23 -0600 Subject: [PATCH] Correct flags in documentation The flag to act as a drop-in alternative is incorrect. # Check whether --enable-jsond-prefixing was given. if test "${enable_jsond_prefixing+set}" = set; then : enableval=$enable_jsond_prefixing; $as_echo "#define PHP_JSOND_WITH_JSON_PREFIX 1" >>confdefs.h fi --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0411728..4d8a4ee 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ JsondSerializable { ### Drop-in alternative for the standard JSON extension -If jsond is compiled with `--enable-jsond-with-json-prefix`, than the json functions are replaced +If jsond is compiled with `--enable-jsond-prefixing`, than the json functions are replaced with jsond variants and the API is exactly the same as the API documented in [JSON documentation](http://php.net/json). ### JSOND IDE Auto Complete