Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down