From 2500ec6b46b658267a5688c87df0334eb67e43ef Mon Sep 17 00:00:00 2001 From: Yashar Shahi Date: Sat, 8 Apr 2017 16:34:03 +0430 Subject: [PATCH] Update README.md Typo in config directory. it shoud be `.vimcoder` instead of `.topcoder`. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5cebe0c..55f86df 100644 --- a/README.md +++ b/README.md @@ -259,8 +259,8 @@ your own template, you need to add a file to the storage directory with a file name depending on the language. The file name should start with the name of the language and end with "Template" with no file extension. For example, if you wanted to create a C# template and your storage directory was -`/home/foo/.topcoder`, you would need to create the file -`/home/foo/.topcoder/C#Template`. +`/home/foo/.vimcoder`, you would need to create the file +`/home/foo/.vimcoder/C#Template`. A template is like a regular source code file with special keywords that will be replaced as the template is "filled out" whenever you open a new problem.