summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index f33b132..fb35301 100644
--- a/README.markdown
+++ b/README.markdown
@@ -30,7 +30,7 @@ Just bring all relevant elements in scope with
and do one or more of the following:
-1. Parse a JSON string into it's Abstract Syntax Tree (AST) representation
+1. Parse a JSON string into its Abstract Syntax Tree (AST) representation
val json = """{ "some": "JSON source" }"""
val jsonAst = JsonParser(json)