From 55fc9a24014b3ca87cfd9f6c051d8d9733e3a455 Mon Sep 17 00:00:00 2001 From: Danny Hand <45862923+dannyhand@users.noreply.github.com> Date: Mon, 20 Nov 2023 14:14:10 -0600 Subject: [PATCH] Update README.md: spelling and grammar corrections --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 22a16fc..227ab3b 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,21 @@ # acode-plugin-python -Plugin to run python code in [Acode](https://acode.foxdebug.com) editor for android. This plugin uses [Pyodide](https://pyodide.org) project to run python in browser. +Plugin to run Python code in [Acode](https://acode.foxdebug.com) editor for Android. This plugin uses [Pyodide](https://pyodide.org) project to run Python in browser. ## Plugin is underdevelopment -Using this plugin you can run python codes but you cannot import other python files yet, so, this feature will be supportted in future updates. +Using this plugin, you can run Python code, but you cannot import other Python files yet. This feature will be supported in future updates. ### Update 1.0.7 -- Bugs fixes -- Updated pyodide +- Bug fixes +- Updated Pyodide ### Update 1.1.0 -- Bugs fixes -- Reduces waiting time +- Bug fixes +- Reduce waiting time ## WARNING -This is plugin might not be supported in your device. To check weather this plugin is supported in your device or not, open console declare variable using 'const' key word. If it throws a error, your device doesn't support this plugin. +This plugin might not be supported on your device. To check whether or not this plugin is supported on your device, open console and declare a variable using 'const' key-word. If it throws an error, your device doesn't support this plugin.