From 3f1a20ad252f274ea46bc7c046dbe0e2a99fdcf5 Mon Sep 17 00:00:00 2001
From: Lauchlin <1527417+lokulin@users.noreply.github.com>
Date: Tue, 13 Sep 2022 10:03:05 +1000
Subject: [PATCH] [Doc] Fix spelling of numerical and nightly in README.md
(#6025)
Just a small change to fix spelling of numerical and nightly in
README.md
Related issue = #
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index f5553cf136244..914b24360212d 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Taichi Lang is an open-source, imperative, parallel programming language for hig
-The language has broad applications spanning real-time physical simulation, numberical computation, augmented reality, artificial intelligence, vision and robotics, visual effects in films and games, general-purpose computing, and much more.
+The language has broad applications spanning real-time physical simulation, numerical computation, augmented reality, artificial intelligence, vision and robotics, visual effects in films and games, general-purpose computing, and much more.
@@ -69,7 +69,7 @@ Use Python's package installer **pip** to install Taichi Lang:
pip install --upgrade taichi
```
-*We also provide a nightly package. Note that nighly packages may crash because they are not fully tested. We cannot guarantee their validity, and you are at your own risk trying out our latest, untested features. The nightly packages can be installed from our self-hosted PyPI (Using self-hosted PyPI allows us to provide more frequent releases over a longer period of time)*
+*We also provide a nightly package. Note that nightly packages may crash because they are not fully tested. We cannot guarantee their validity, and you are at your own risk trying out our latest, untested features. The nightly packages can be installed from our self-hosted PyPI (Using self-hosted PyPI allows us to provide more frequent releases over a longer period of time)*
```bash
pip install -i https://pypi.taichi.graphics/simple/ taichi-nightly