aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 788b4efa..69844d18 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ Use python3 to run `tool/build.py`. Run with `-h` to see the options.
## structure of repository
-- 'include/' contains public headers.
+- `include/` contains public headers.
- `src/` contains the main codes including headers and sources.
@@ -25,3 +25,6 @@ Use python3 to run `tool/build.py`. Run with `-h` to see the options.
- `tools/build.py` is a python3 script to build the source code.
- `snippets/` contains useful snippets file for *Visual Studio*, you can import it.
+
+## project structure
+![project structure](art/project_structure.png)