Merge pull request #77 from kpy3/unused-spec-from-preencode

Update README.md
This commit is contained in:
alisdair sullivan 2015-04-20 16:13:35 -07:00
commit a86cbec611

View file

@ -517,7 +517,6 @@ encode(Term, Opts) -> JSON
Term = json_term() Term = json_term()
JSON = json_text() JSON = json_text()
Opts = [option() | space | {space, N} | indent | {indent, N}] Opts = [option() | space | {space, N} | indent | {indent, N}]
F = fun((any()) -> any())
N = pos_integer() N = pos_integer()
``` ```