From c7029f04a14125fc01479fd4cfe157fab57106b9 Mon Sep 17 00:00:00 2001 From: retoor Date: Wed, 4 Dec 2024 18:48:23 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0bf1878..aefc0bb 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,10 @@ Rtutor is an application written in python to train yourself to use vim fast way ## Usage This application has no dependencies. Instead of cloning this git, you can just do wget or copy the raw source code of [rvimtutor.py](rvimtutor.py). ``` -python3 rtutor.py +python3 rvimtutor.py ``` but since it's executable: ``` -./rtutor.py +./rvimtutor.py ``` will also work.