diff --git a/README.md b/README.md
index fa45469c..f70087af 100644
--- a/README.md
+++ b/README.md
@@ -57,7 +57,7 @@ TRAINS is a two part solution:
To connect your code with TRAINS:
- - Install TRAINS
+ - Install TRAINS
pip install trains
@@ -71,7 +71,7 @@ TRAINS is a two part solution:
- - Add the following lines to your code
+ - Add the following lines to your code
from trains import Task
task = Task.init(project_name="my project", task_name="my task")