Update README.md

Remove unused spec from encode/1,2 doc
This commit is contained in:
Sergey Yelin 2015-04-15 18:05:35 +03:00
parent f5dc574a86
commit 76df65b19d

View file

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