Skip to content

Commit ea6bb46

Browse files
authored
Merge pull request #360 from beholdenkey/main
docs: change kpm to kcl
2 parents 6226daf + 24b6719 commit ea6bb46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user_docs/concepts/package-and-module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ A KCL module contains a configuration laid out in a directory hierarchy. It cont
1717
A module can be created by running the following command within the module root:
1818

1919
```bash
20-
kpm init [module name]
20+
kcl init [module name]
2121
```
2222

2323
The module name is **required** if a package within the module needs to import another package within the module. A module can also be created by setting up the `kcl.mod` file manually.

0 commit comments

Comments
 (0)