From b5f905a3aca0eaf53c96d094038b9a3f81544d8e Mon Sep 17 00:00:00 2001 From: Jason Cooke Date: Sun, 8 Sep 2019 10:35:31 +1200 Subject: [PATCH] docs: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e6308f..9c9f83c 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ If you want to send email to notify somebody. Open the script, and changed the v ##4.add @2x suffix to image files -When programming for retina device of iOS,the image file you used should add the suffix of @2x. Using the script "add2x" can help you do this automaticly. +When programming for retina device of iOS,the image file you used should add the suffix of @2x. Using the script "add2x" can help you do this automatically. **add2x**: add suffix of @2x to all the image files(just png and jpg file) .This script work in the current directory.