From 0d1b69bc8e6f135b072b6e18d13e9dea607e3f54 Mon Sep 17 00:00:00 2001 From: Robert Yokota Date: Thu, 13 Jun 2024 15:54:06 -0700 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d643d0a..85acdf5 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Pure Python implementation of JSONata. This is a Python port of the [JSONata reference implementation](https://github.com/jsonata-js/jsonata), and also borrows from the [Dashjoin Java port](https://github.com/dashjoin/jsonata-java). -This implementation supports 100% of the language features of JSONata, with no external depencencies. +This implementation supports 100% of the language features of JSONata, with no external dependencies. The JSONata documentation can be found [here](https://jsonata.org).