Browse Source

Update README.md

Takeru Ohta 9 years ago
parent
commit
0df05cd504
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -51,7 +51,7 @@ If you want to use HiPE compiled version, please add following code to your reba
 ```erlang
 {overrides,
   [
-    {add, jsone, [{erl_opts, [{d, 'ENABLE_HIPE'}]}]}
+    {override, jsone, [{erl_opts, [{d, 'ENABLE_HIPE'}, inline]}]}
   ]}.
 ```