From a9583bd458511c65b5f52a27f1ad23fc8edc32a4 Mon Sep 17 00:00:00 2001 From: wuwenjun Date: Thu, 15 Nov 2018 14:50:01 -0800 Subject: [PATCH] Fix a typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5add0c4..d7bfd07 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Table of Contents * train_sim_trace --- ```network trace for trainning``` * test_sim_trace --- ```network trace for you test``` * ABR.py --- ```you need to copy your algorithm in demo file to this file and upload it in the website to get your score.``` - * online.py --- ``the same as the file in the server to call you ABR.py, which helps you to debug your uploads.``` + * online.py --- ```the same as the file in the server to call you ABR.py, which helps you to debug your uploads.``` # What you need to do ? * you should upload your algorithm in this area ```python