diff --git a/README.md b/README.md index 77b1238..ad1732f 100644 --- a/README.md +++ b/README.md @@ -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() ```