aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-10-10 12:31:36 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-10-10 12:31:36 +0200
commit128969619a22dfc17a9ea35335c0d21c6ad0c954 (patch)
tree33c0dfe9472c304e240a75137614ea1a3c373930 /readme.md
parent579824011d5e8776e2079d6624a39535517760ff (diff)
update contributing.md
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 24bb66f..d095d74 100644
--- a/readme.md
+++ b/readme.md
@@ -5,10 +5,10 @@ This repository contains:
|folder|content|
|-|-|
|`lib/`|third-party libraries as git submodules|
-|`mwe/`|minimal working examples and proof-of-concepts|
+|`mwe/`|minimal working examples and standalone proof-of-concepts (isolated from the engine)|
|`src/crepe/`|game engine source code|
|`src/test/`|unit tests|
-|`src/example/`|standalone examples using game engine|
+|`src/example/`|standalone examples or proof-of-concepts using game engine internals|
## Compilation