From a87980dd7d678b2471f7212f11a4d0e4f875fb27 Mon Sep 17 00:00:00 2001 From: squeek Date: Wed, 4 Sep 2013 12:16:27 -0700 Subject: [PATCH] Fixed a .md syntax error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f8112f4..c749237e 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ We will be using the branching model laid out here: http://nvie.com/posts/a-succ #### File Names and Directory Structure -* Always put FF code files in the src/game//ff/ directory. +* Always put FF code files in the src/game/\[server/client/shared\]/ff/ directory. * __TODO__ Decide on a subdirectory scheme * Always prefix Fortress Forever code files with ff_ * Add a secondary prefix depending on the usage of the file; for client-only files, use cl\_; for server-only files, use sv\_; for shared files, use sh\_