From 9d2691cb96c4c9e24bdcc188a7e1ee3005a8361d Mon Sep 17 00:00:00 2001 From: Christopher L Date: Wed, 24 Aug 2016 21:36:45 +0800 Subject: [PATCH] Update README.md --- auto_sort/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto_sort/README.md b/auto_sort/README.md index bd367d9..5cfde98 100644 --- a/auto_sort/README.md +++ b/auto_sort/README.md @@ -11,7 +11,7 @@ This script only sorts items in the following topics for now (items between topi # Usage 1. Add items to corresponding topics, don't worry about the order of those items. 1. Make sure you've installed python3 environment on your system. -1. Open a terminal, type `python3 asort.py` to run this script. After that, you'll get a new README file with all the items in the above topics being sorted alphabetically. +1. Open a terminal, type `python3 asort.py` to run this script. After that, you'll get a new README file with all the items in the above topics sorted alphabetically. ![test screenshot](./test.png)