From 4d1d11d362347cb2e51c9c3e3d86146f7055e410 Mon Sep 17 00:00:00 2001 From: "C. Knoll" Date: Sat, 30 Apr 2022 23:44:38 +0200 Subject: [PATCH] Update README.md: fix typos append "s" for 3rd person singular --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 341c2823..f9f38ea9 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ PyScript is a Pythonic alternative to Scratch, JSFiddle or other "easy to use" p To demonstrate pyscript, see [the pyscript folder](pyscriptjs/README.md). ### Longer Version -PyScript is a meta project that aims to combine multiple open technologies to create a framework for users to use Python (and other languages) to create sophisticated applications in the browser. It highly integrate with the way the DOM works in the browser and allows users to add logic, in Python, in a way that feel natural to web as well as Python developers. +PyScript is a meta project that aims to combine multiple open technologies to create a framework for users to use Python (and other languages) to create sophisticated applications in the browser. It highly integrates with the way the DOM works in the browser and allows users to add logic, in Python, in a way that feels natural to web as well as Python developers. ## Try PyScript