summaryrefslogtreecommitdiffhomepage
path: root/doc/specs/SPECIFICATION_FWRK.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/specs/SPECIFICATION_FWRK.md')
-rw-r--r--doc/specs/SPECIFICATION_FWRK.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/specs/SPECIFICATION_FWRK.md b/doc/specs/SPECIFICATION_FWRK.md
index 8d95abc7..e7366987 100644
--- a/doc/specs/SPECIFICATION_FWRK.md
+++ b/doc/specs/SPECIFICATION_FWRK.md
@@ -166,7 +166,7 @@ Contains XML-based property list files for framework metadata.
Auto-generated directory containing compiled framework binaries.
- **Output file**: `lib<FrameworkName>.fwrk.dylib`
-- Created during build process via `mk_fwrk.py`
+- Created during build process via `mkfwrk.py`
- Not committed to version control
## Built-in Frameworks
@@ -193,12 +193,12 @@ The NeKernel project includes the following standard frameworks:
## Framework Creation
-### Using mk_fwrk.py
+### Using mkfwrk.py
-The `mk_fwrk.py` tool automates framework creation:
+The `mkfwrk.py` tool automates framework creation:
```bash
-python3 tools/mk_fwrk.py <framework_name>
+python3 tools/mkfwrk.py <framework_name>
```
This generates: