aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--org/dergods_style_v0.1.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/org/dergods_style_v0.1.org b/org/dergods_style_v0.1.org
index 7637f8f..e4b818f 100644
--- a/org/dergods_style_v0.1.org
+++ b/org/dergods_style_v0.1.org
@@ -49,7 +49,7 @@ with some changes.
- A single explicit word describing the file's purpose.
- Example of what a source file should look like: ~g_inventory.cxx~. Its corresponding header file should be ~g_inventory.hxx~ and its compilation-generated object file should be ~g_inventory.cxx.o~. In our case, ~g_~ may be described under the main function as gameplay-related.
- ~.txt~ format is pointless and forbidden.
- - Don't forget a LICENSE and a README. Prefer org-mode or markdown for README if the project is going to be published on platforms such as GitLab or GitHub. Therefore extensions should be ~.org~ or ~.md~. You can add a copy of the README without extension properly formated to be displayed in a terminal.
+ - Don't forget a LICENSE and a README. Prefer org-mode or markdown for README if the project is going to be published on platforms such as GitLab or GitHub. Therefore extensions should be ~.org~ or ~.md~. You can add a copy of the README without extension properly formatted to be displayed in a terminal.
** Makefile
- The project should always contain at least one makefile.