Skip to content

Commit 5f46e9e

Browse files
committed
docs: update readme
Signed-off-by: peefy <[email protected]>
1 parent cf92051 commit 5f46e9e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# KCL Artifact for SDKs
1+
# KCL Artifact Library for SDKs
22

33
## Rust
44

@@ -41,11 +41,11 @@ Write the Code
4141
package main
4242

4343
import (
44-
artifact "kcl-lang.io/lib"
44+
"kcl-lang.io/lib"
4545
)
4646

4747
func main() {
48-
path = "path/to/install"
49-
_ := artifact.InstallKclvm(path)
48+
path = "path/to/install/lib"
49+
_ := lib.InstallKclvm(path)
5050
}
5151
```

0 commit comments

Comments
 (0)