diff --git a/README.md b/README.md
index 101ee2a..b5150f8 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
* Official research page: [https://uizard.io/research#pix2code](https://uizard.io/research#pix2code)
## Abstract
-Transforming a graphical user interface screenshot created by a designer into computer code is a typical task conducted by a developer in order to build customized software, websites, and mobile applications. In this paper, we show that deep learning methods can be leveraged to train a model end-to-end to automatically generate code from a single input image with over 77% of accuracy for three different platforms (i.e. iOS, Android and web-based technologies).
+Transforming a graphical user interface screenshot created by a designer into computer code is a typical task conducted by a developer in order to build customized software, websites, and mobile applications. In this paper, we show that deep learning methods can be leveraged to train a model end-to-end to automatically generate code from a single input image with over 77% of accuracy for three different platforms (i.e. iOS, Android, and web-based technologies).
## Citation
@@ -59,7 +59,7 @@ cd ../model
./build_datasets.py ../datasets/android/all_data
./build_datasets.py ../datasets/web/all_data
-# transform images (normalized pixel values and resized pictures) in training dataset to numpy arrays (smaller files if you need to upload the set to train your model in the cloud)
+# transform images (normalized pixel values and resized pictures) in training dataset to NumPy arrays (smaller files if you need to upload the set to train your model in the cloud)
# usage: convert_imgs_to_arrays.py