Skip to content

Commit 2500ec6

Browse files
authored
Update README.md
Typo in config directory. it shoud be `.vimcoder` instead of `.topcoder`.
1 parent 76bb87c commit 2500ec6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,8 @@ your own template, you need to add a file to the storage directory with a file
259259
name depending on the language. The file name should start with the name of
260260
the language and end with "Template" with no file extension. For example, if
261261
you wanted to create a C# template and your storage directory was
262-
`/home/foo/.topcoder`, you would need to create the file
263-
`/home/foo/.topcoder/C#Template`.
262+
`/home/foo/.vimcoder`, you would need to create the file
263+
`/home/foo/.vimcoder/C#Template`.
264264

265265
A template is like a regular source code file with special keywords that will
266266
be replaced as the template is "filled out" whenever you open a new problem.

0 commit comments

Comments
 (0)