From 9f8103bc25f8e4e049c34a936c9a5bc8db0e709c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Sun, 19 Jan 2020 14:41:28 -0300 Subject: [PATCH] Syntax issues (fixed) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f54f462..389cb35 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ Simplistic conversion of earthengine JavaScript to Python syntax. **Very** preliminary proof of concept for a package that enables easy conversion of earth engine JavaScript examples to Python syntax. -Potentially [jiphy](https://github.com/timothycrosley/jiphy) is usful, although +Potentially [jiphy](https://github.com/timothycrosley/jiphy) is useful, although it seems to be un-maintained. -So far RegEx is used to convert general JS syntax to Python equilvilent. +So far RegEx is used to convert general JS syntax to Python equivalent. General Python frontmatter is added.