From 86f216d086b3f69fc93c417fdb26c067f264f532 Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Thu, 26 Apr 2012 13:50:03 -0700 Subject: [PATCH] minor format fix in README --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 0e529ce..1f9c428 100644 --- a/README.markdown +++ b/README.markdown @@ -101,7 +101,7 @@ json objects are represented by erlang proplists. the empty object has the speci ### options ### -jsx functions all take a common set of options. not all flags have meaning in all contexts, but they are always valid options. flags are always atoms or {atom, Term} tuples. functions may have additional options beyond these, see individual function documentation for details +jsx functions all take a common set of options. not all flags have meaning in all contexts, but they are always valid options. flags are always atoms or `{atom, Term}` tuples. functions may have additional options beyond these, see individual function documentation for details #### `replaced_bad_utf8` ####