Skip to content

Commit 51e1e3d

Browse files
authored
Merge pull request #23 from yashar-sb-sb/patch-1
Fix example in documentation
2 parents 76bb87c + 2500ec6 commit 51e1e3d

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)