kcl-lang / kcl-lang.io

Source of the KCL Website. https://kcl-lang.io
https://kcl-lang.github.io
Apache License 2.0
12 stars 33 forks source link

documentation consistency #359

Closed beholdenkey closed 2 months ago

beholdenkey commented 2 months ago

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

The documentation shows kpm where it should be kcl - https://github.com/kcl-lang/kcl-lang.io/blob/main/docs/user_docs/concepts/package-and-module.md.

2. What did you expect to see? (Required)


kcl init [module_name]

### 3. What did you see instead (Required)

```bash
kpm init [module_name]

### 4. What is your KCL components version? (Required)

0.8.0
Peefy commented 2 months ago

Closed by #360 and #361