Skip to content

Commit

Permalink
Fix bogus README example.
Browse files Browse the repository at this point in the history
Reprted by Alexander (@sashker on HitHub)
Closes #268 .
  • Loading branch information
bogdan-iancu committed Jul 15, 2014
1 parent b1158ab commit 1a8bfb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/mi_json/README
Expand Up @@ -66,7 +66,7 @@ Chapter 1. Admin Guide

Example 1.1. Set mi_json_root parameter
...
modparam("mi_xmlrpc_ng", "mi_json_root", "opensips_mi_json")
modparam("mi_json", "mi_json_root", "opensips_mi_json")
...

1.4. Exported Functions
Expand Down
2 changes: 1 addition & 1 deletion modules/mi_json/doc/mi_json_admin.xml
Expand Up @@ -47,7 +47,7 @@
<title>Set <varname>mi_json_root</varname> parameter</title>
<programlisting format="linespecific">
...
modparam("mi_xmlrpc_ng", "mi_json_root", "opensips_mi_json")
modparam("mi_json", "mi_json_root", "opensips_mi_json")
...
</programlisting>
</example>
Expand Down

0 comments on commit 1a8bfb4

Please sign in to comment.