Skip to content

Commit

Permalink
doc: fix module.json use package instead of pkg(#117) (#125)
Browse files Browse the repository at this point in the history
doc: fix module.json use `package` instead of `pkg`
  • Loading branch information
nxps authored Jun 27, 2023
1 parent b5dddc9 commit 81176b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -782,10 +782,10 @@ export class HelloService {
]
```

支持通过 `pkg` 引用使用 npm 发布的 module。
支持通过 `package` 引用使用 npm 发布的 module。

```json
[
{"pkg": "foo"}
{"package": "foo"}
]
```

0 comments on commit 81176b6

Please sign in to comment.