summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorzahash <zahash.z@gmail.com>2022-09-12 09:01:54 +0530
committerzahash <zahash.z@gmail.com>2022-09-12 09:01:54 +0530
commite82922f8ea1ed3ffa53e3fd854c6d7710c0370d0 (patch)
tree0af01955da4667b8fb60c8b8038a32315083aa1a /README.md
parenta91e6188e4bd55ed1a2c39efcebc64d9225f90ef (diff)
very minor readme.md changes
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b2d12649694..27e7145c5a9 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ The `x.py` command can be run directly on most systems in the following format:
This is how the documentation and examples assume you are running `x.py`.
-Systems such as Ubuntu 20.04 LTS do not create the necessary `python` command by default when Python is installed that allows `x.py` to be run directly. In that case, you can either create a symlink for `python` (Ubuntu provides the `python-is-python3` package for this) or run `x.py` using Python itself:
+Systems such as Ubuntu 20.04 LTS do not create the necessary `python` command by default when Python is installed that allows `x.py` to be run directly. In that case, you can either create a symlink for `python` (Ubuntu provides the `python-is-python3` package for this), or run `x.py` using Python itself:
```sh
# Python 3