diff --git a/README.md b/README.md
index be8ca5189a..8b6b363de3 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
![MindSpore Logo](docs/MindSpore-logo.png "MindSpore logo")
============================================================
-- [What is MindSpore?](#what-is-MindSpore)
+- [What is MindSpore?](#what-is-mindspore)
- [Automatic Differentiation](#automatic-differentiation)
- [Automatic Parallel](#automatic-parallel)
- [Installation](#installation)
@@ -53,7 +53,7 @@ The goal of MindSpore automatic parallel is to build a training method that comb
-At present, MindSpore uses a fine-grained parallel strategy of splitting operators, that is, each operator in the figure is splited into a cluster to complete parallel operations. The splitting strategy during this period may be very complicated, but as a developer advocating Pythonic, you don't need to care about the underlying implementation, as long as the top-level API compute is efficient.
+At present, MindSpore uses a fine-grained parallel strategy of splitting operators, that is, each operator in the figure is splitted into a cluster to complete parallel operations. The splitting strategy during this period may be very complicated, but as a developer advocating Pythonic, you don't need to care about the underlying implementation, as long as the top-level API compute is efficient.
## Installation
@@ -70,9 +70,9 @@ MindSpore offers build options across multiple backends:
| GPU CUDA 10.1 | Ubuntu-x86 | ✔️ |
| CPU | Ubuntu-x86 | ✔️ |
-For installation using pip, take `Ubuntu-x86` and `CPU` build version as an example:
+For installation using `pip`, take `Ubuntu-x86` and `CPU` build version as an example:
-1. Download whl from [MindSpore website](https://www.mindspore.cn/), and install the package.
+1. Download whl from [MindSpore download page](https://www.mindspore.cn/versions/en), and install the package.
```
pip install https://ms-release.obs.cn-north-4.myhuaweicloud.com/0.1.0-alpha/MindSpore/cpu/ubuntu-x86/mindspore-0.1.0-cp37-cp37m-linux_x86_64.whl
@@ -96,14 +96,60 @@ currently the containerized build options are supported as follows:
| Hardware Platform | Docker Image URL |
| :---------------- | :--------------- |
| CPU | `mindspore/mindspore-cpu:0.1.0-alpha` |
-| GPU CUDA 9.2 | `mindspore/mindspore-cuda9.2:0.1.0-alpha` |
-| GPU CUDA 10.1 | `mindspore/mindspore-cuda10.1:0.1.0-alpha` |
+| GPU | `mindspore/mindspore-gpu:0.1.0-alpha` |
| Ascend |